Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help Batch file execution

Status
Not open for further replies.

Nova980

Technical User
May 20, 2009
40
0
0
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.
 
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top