![]() |
| ||
| Re: How to shutdown remote pc from DOS? It has been brought to my attention that there is an error in teh programming for my previous post. This version seems to work a bit better: Dim objShell, strComputer, strInput Dim strShutdown Do strComputer = (InputBox(" ComputerName to shutdown", "Computer Name")) If strComputer <> "" Then strInput = True End if Loop until strInput = True strShutdown = "shutdown -r -t 0 -f -m \\" & strComputer set objShell = CreateObject("WScript.Shell") objShell.Run strShutdown Wscript.Quit thanks, Brandon Quote:
|
| ||
| Re: How to shutdown remote pc from DOS? which OS U R using. for windows xp/2000/2k3 it worked shutdown /s /m \\<system ip address> /t <time> <time> : it should be in seconds. For example 2 min = 120 <ip address> : target system ip address for any quries pls reply to : downloadsrk@yahoo.com |
| ||
| Re: How to shutdown remote pc from DOS? There are others ways to make easier remote shutdown in a machine network, follow this link to download Easy Net Control a network administrator tool that help you to easy shutdown, logoff, restart send messages, and instructions to remote machines. http://enc.idraconnectivesolutions.com/ http://enc.idraconnectivesolutions.com/ Or http://idraconnectivesolutions.com/enc/ http://idraconnectivesolutions.com/enc/ I hope that this could help you. |
| All times are GMT -4. The time now is 7:15 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC