|
Re: Running executable files on network drives[MOVED FROM WINDOWS]
There is a toolset called pstools.
One of thoes tools is called Psexec that will run a task remotly.
you will need to download the exe and add it to your system 32 directory.
The for using this is
psexec \\(Remote Computer Name) "Share"
|