Computing.Net > Forums > Networking > Stop Remote Services

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

Reply to Message Icon

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.

Thank you

Hemang Jani



Sponsored Link
Ads by Google

Response Number 1
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.

Example:
> sc \\computer stop "Service Name"
> sc \\computer start "Service Name"


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Networking Forum Home


Sponsored links

Ads by Google


Results for: Stop Remote Services

stop a service on a remote machine www.computing.net/answers/networking/stop-a-service-on-a-remote-machine/30549.html

stop service with limit user www.computing.net/answers/networking/stop-service-with-limit-user/34975.html

stop network component using batch www.computing.net/answers/networking/stop-network-component-using-batch-/32497.html