|
Answer» Hi There...
I was wondering how I would go about password PROTECTING a batch file, this may sound silly as batch files can be easily read in a TEXT editor. However I will be compiling the batch file into a ".exe" file and encrypting it.
Is there a way of CREATING a password for a batch file and in such a way that when the user TYPES in the "password" nothing is revealed on the screen such as accessing an FTP server with Windows XP Home Edition "FTP.exe" ?
My Computer runs on Windows XP Home Edition, any help would be greatly apreciated.
Kind Regards,
nk121you can use the choice command, and if choise correct, goto... for compiling you can use: quick batch file compiler (google for it)
|