09-05-2016, 03:53 PM
Try to change file extension from .bat to .vbs
Or convert to QM:
run "cmd.exe"
key "telnet 192.168.1.1 -f cmd.txt"
wait 0.5
...
key Y ;;Enter
...
Or convert to QM:
run "cmd.exe"
key "telnet 192.168.1.1 -f cmd.txt"
wait 0.5
...
key Y ;;Enter
...