I have a login.exe
file. If you run it, it will ask for an user name, and then a password for the username, like this:
ask for username:
Username: viktor
if you pressed ENTER after the user name, ask for the password:
viktor@10.10.0.1's password:
I want to create a BATCH file, and when I run this BATCH file, it will open the login.exe
and paste the username I use, wait for the next step, and then paste my password. Any idea? Thank you!