Protect password in batch file
I want to use a net use command in a batch file which will be able to run automatically, so that I can get the mapped drive to be connected. However, the answer that I want to know is that how should I avoid getting the password to the mapped share that usually appear in plain text in the batch file. Thanks for any help in advance.
Re: Protect password in batch file
You can try to download a tool called Batch2Exe, by searching it on the net, that will help you in the case. Batch2Exe-converter convert your batch files into exe files.
Differences to usual batch files:
-Ghost applications without DOS window. If you prefer you can create a console (visible DOS window) application.
-Hides contents of a batch file from viewing.