I'm using a batch file which contains the following information:
plink.exe -ssh [email protected] -pw intec -m t.txt
m.txt contains user and password example:
su
intec
Result:
C:\Plink>plink.exe -ssh [email protected] -pw intec -m t.txt
Password:_
The problem is that the cursor is waiting for the password. How do I send the password to pass this step?