Any idea why is my plink setup does not work?
start C:\Program Files\PuTTY\plink.exe -ssh admin@192.168.1.50 -pw password -m C:\Users\user\Desktop\input.txt > C:\Users\user\Desktop\output.txt 2>&1
I basically want to enter list of "show" commands with delays so it does not get scattered the same way Copy-Past via PuTTY
Any way to automate this?