I have two batch files:
map_drive.bat
net use x: \\10.0.0.1\upload /user:utilizador password
and
putty.bat
cd .. cd PuTTY putty.exe utilizador@10.0.0.1 -pw password
I want to hide the passwords and create a executable from this batch files.
Can someone please help me?