Jul 16, 2009 #1 Nova980 Technical User Joined May 20, 2009 Messages 40 Location 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 Joined Oct 30, 2001 Messages 1,540 Location 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