Friday, April 29, 2011

How to run command on one windows PC from another

If you don't know about it yet, psexec is a nice utility which allows you to run a windows command on one PC from another. Here is an example:

psexec \\remote-machine C:\RunBatchFile.bat

0 comments: