2009-05-10 13:49:35 UTC
So far the coding is pretty sweet but i am having problems with the part were the computer remembers the Passwords
I want to make it so u can set your own passwords
So I need the command to create a New Folder
I dont know the file extention for a folder there for i cannot do it and i cn not find it anywere online
example like a word doc is .txt
If i needed to create a file like
set /p psw=Your Password:
echo %psw%>>users\%nme%.(extentionforfilehere)
I need the file extention so i can create a database thanks!