R RUL Feb 20, 2004 #1 Is it possible to use a *.cmd or *.bat file to start a service on another computer in the network?
P Pegasus \(MVP\) Feb 20, 2004 #2 You could use a combination of psexec.exe (to hop onto another machine) and net.exe start (to start a service).
You could use a combination of psexec.exe (to hop onto another machine) and net.exe start (to start a service).
R Richard Moreno Feb 20, 2004 #3 Hi Rul- Yes it is. -- Thanks, Richard Moreno MCSE, MCSA, Server+, Network+ *This posting is provided "AS IS" with no warranties, and confers no rights.
Hi Rul- Yes it is. -- Thanks, Richard Moreno MCSE, MCSA, Server+, Network+ *This posting is provided "AS IS" with no warranties, and confers no rights.
T Torgeir Bakken (MVP) Feb 20, 2004 #4 RUL said: Is it possible to use a *.cmd or *.bat file to start a service on another computer in the network? Click to expand... Hi A) Sysinternals has a command line utility PsService.exe that can do this: http://www.sysinternals.com/ntw2k/freeware/pstools.shtml B) You can use Microsoft's command line utility SC.exe for this. For WinXP, SC.exe is built in. Look up SC.exe in WinXP's "Help and Support Center". For Win2k: Many of the ResKit utilities, including SC.EXE are available free at: ftp://ftp.microsoft.com/reskit/win2000/ and http://www.microsoft.com/windows2000/techinfo/reskit/tools/default.asp More about SC here: Sc.exe: Service Controller Tool http://www.tburke.net/info/reskittools/topics/sc.htm
RUL said: Is it possible to use a *.cmd or *.bat file to start a service on another computer in the network? Click to expand... Hi A) Sysinternals has a command line utility PsService.exe that can do this: http://www.sysinternals.com/ntw2k/freeware/pstools.shtml B) You can use Microsoft's command line utility SC.exe for this. For WinXP, SC.exe is built in. Look up SC.exe in WinXP's "Help and Support Center". For Win2k: Many of the ResKit utilities, including SC.EXE are available free at: ftp://ftp.microsoft.com/reskit/win2000/ and http://www.microsoft.com/windows2000/techinfo/reskit/tools/default.asp More about SC here: Sc.exe: Service Controller Tool http://www.tburke.net/info/reskittools/topics/sc.htm
T Torgeir Bakken (MVP) Feb 20, 2004 #5 Pegasus (MVP) said: You could use a combination of psexec.exe (to hop onto another machine) and net.exe start (to start a service). Click to expand... Or just use PsService.exe that has remote support builtin...
Pegasus (MVP) said: You could use a combination of psexec.exe (to hop onto another machine) and net.exe start (to start a service). Click to expand... Or just use PsService.exe that has remote support builtin...