|
Answer» Can anybody help me ??
I want to make a batch file wich start a program and fills out a username and password. It has to run automaticly at PC-boot
I can start the program but how to fill out the fields name en password ?
Code: [Select]set /p username= : set /p password= : if /i %username%==yourpass GOTO :1 exit :1 if /i %password%==yourpass goto :2 exit :2 You should know that you anyone can find the password by right clicking and clicking Edit...Thanks, but I don't get it working.
The batch file has to start a local program and fill out the user name and password. I attached a screenshot of the program field.
Any suggestions ?
[Saving space - attachment deleted by admin]Not possible.Too bad, thanx ANYWAY for reacting There are third PARTY background things that do this, but it is not a batch file. It is a utility that does it for you. It is kind of like when you go to a WEB site and the browser fills in the password. Try a Google for "password MANAGER." Hey Thanks
found something, gonna check it out.
|