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.
Stop Remote Services
Name: HemangJani Date: May 9, 2005 at 02:26:19 Pacific OS: Windows 2000 CPU/Ram: 512
Comment:
I need to stop remote service and transfer a file. I can remotely connect to each workstation and complete the task but it is time consuming. Are there any commmands that I can use from command prompt to Stop Remote Services? If there are.. then I can create batch file to complete the task. RMCD or Remote tools are not available. Please help.
Name: HemangJani Date: May 12, 2005 at 05:12:04 Pacific
Reply:
How can i automate telnet? What would the syntax be to automate telnet login for a batch file or script?
Please help. thanks
Hemang Jani
0
Response Number 2
Name: arack99 Date: May 27, 2005 at 06:32:26 Pacific
Reply:
There is no native method to automate telnet from a batch file. The easiest solution I have found is to use the free program Expect, which you can control from a batch file. It can be found here http://expect.nist.gov/. For a more powerful solution you might check out the commercial tools from Dart.
0
Response Number 3
Name: arack99 Date: May 27, 2005 at 06:38:55 Pacific
Reply:
To stop a service remotly you can use the command sc.
Summary: I am trying to stop a service on a remote machine, I have installed SC.exe but I get the following error when I try and stop a service on a server: [SC] OpenService FAILED 1060: The specified service ...
Summary: I am trying to configure the network settings when a user logs onto a account I have one using dchp and the other account using a static ip. I have used netsh in a batch file in startup folder to ch...