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.
How to run a batch file on another
Name: praveent Date: August 15, 2007 at 03:25:52 Pacific OS: xp CPU/Ram: P4 Product: dell
Comment:
Hi friends,
I want to know does how to run a batch file present on another computer within the domain, from my computer, without logging into the remote computer.
Name: praveent Date: August 16, 2007 at 06:07:00 Pacific
Reply:
thanks.
The batch file restarts the some services on the remote computer. So on running it from my pc, will the services on the remote computer gets restarted???
Praveen
0
Response Number 3
Name: tonysathre Date: August 16, 2007 at 10:59:45 Pacific
Reply:
Yes.
Your script on the remote host should contain something like this:
@echo off net stop service && net start service ...
Summary: How to call one batch file after completing of another batch file. i am having one batch file to run the jboss server,after the server started.Then only the i have to start the browser from one batch ...
Summary: hi, im trying to make a batch file to type in my AIM password in the AIM Password text box...heres the code that will/won't work.... echo off title Auto log in cls start aim.exe type login.txt pause ...