Perhaps a python script would work for this simple automation. I need to connect via ssh to my router and run a command over and over. I understand that if I use Plink with a script I will probably have to repeat my command thousands of times. That would work but isn't there a better to just simply repeat the command?
For example, if i have to make a script my file would look like this:
/user/print
/user/print
/user/print
/user/print
/user/print
/user/print
/user/print
.....