Jul 16, 2009 #1 Nova980 Technical User May 20, 2009 40 US Is it possible to execute a batch file that resides on a server from my local PC? Hence, not remote into the server and execute via personal PC. Thanks a million.
Is it possible to execute a batch file that resides on a server from my local PC? Hence, not remote into the server and execute via personal PC. Thanks a million.
Jul 16, 2009 #2 hmckillop Programmer Oct 30, 2001 1,540 GB if the batch file is in a directory which you can create a share to then yes you could execute it. e.g. create a share "net use //myServermachinename/path ... other permission options" "//myServermachinename/path/batchfilename.bat" But at the least you must have permissions to execute the batch file. "I'm living so far beyond my income that we may almost be said to be living apart Upvote 0 Downvote
if the batch file is in a directory which you can create a share to then yes you could execute it. e.g. create a share "net use //myServermachinename/path ... other permission options" "//myServermachinename/path/batchfilename.bat" But at the least you must have permissions to execute the batch file. "I'm living so far beyond my income that we may almost be said to be living apart