can i send answer to binary file with batch file
问题 I have Binary file and run that with a batch file with this code : call "login.exe" site sample.com -user myusername then binar file ("login.exe") waiting for insert password (ask password from standard input) And i want to send password with echo or sendkey to that using from batch file I'm using from this code call run_binary.bat timeout /t 1 %SendKeys% "password{ENTER}" what can i do ? that is possible ? 回答1: this is a good point to start if you want to interact with open windows from