Automating command/script execution using PuTTY

PuTTY has the -m switch, that you can use to provide a path to a file with a list of commands to execute: Where the commands.txt will, in your case, contain a path to your shell script, like: Though for automation, your better use the Plink command-line connection tool, instead of the GUI PuTTY application, as you have already found … Read more