Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
execute the batch files on remote
Name: venky Date: January 11, 2005 at 09:04:50 Pacific OS: 2000 CPU/Ram: x86 based PC
Comment:
Hi
I have a similar type of batch jobs in diffrent win2k servers. I want to execute the batch job form any one of the server to all other servers.
Name: Mechanix2Go Date: January 11, 2005 at 09:24:03 Pacific
Reply:
I guess if the drives are mapped:
for %%D in (m n o p q r s t) do %%D:\path\my.bat
M2
If at first you don't succeed, you're about average.
0
Response Number 2
Name: FishMonger Date: January 11, 2005 at 23:27:31 Pacific
Reply:
My understanding of your question is that you what the batch files to execute on the server where each batch file is physically located but you want to initiate that execution from a remote server. Is that right? If so then you’ll need to connect to each of the servers via either telnet, remote desktop, ssh, or similar manor.
0
Response Number 3
Name: fritz Date: January 12, 2005 at 10:33:20 Pacific
Reply:
Or use VNC for remote control or maybe use scheduler on that remote machine through remote management.
Summary: Not sure if anyone can help. I am trying to figure out how to execute a batch file on a second server (once a set of instructions are completed on the first server). Meaning the first server will se...
Summary: I am trying to click a link on my web page that links to a simple batch file (Using IE). The problem is I want it to execute the batch file immediately but instead I am prompted to save or run the fil...
Summary: Hey, yea...write a batch file and use the Task Manager to execute it...or write any kind of a timer script...actually that would be better...prob. in something like vb...make it execute a batch file w...