Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there a way to shut down NT from a batch file? 1

Status
Not open for further replies.
May 15, 2000
12
0
0
CA
Anyone know of a batch file that will shutdown, cold boot if possible, an NT workstation? I had some in the days of DOS but haven't heard of any lately.
Thanks,
John
 
do you have the nt resource kit? If so try:
shutdown \\computer

a /y # answers yes to all questions and forces closing all open apps

a /r # tells command to reboot machine
 
Thanks. I've tried the PSshutdown and it will do what I wanted.
I don't have the NT resource kit.
John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top