Search found 2 matches
- 15 Sep 2010 23:42
- Forum: DOS Batch Forum
- Topic: I need a Shutdown command with prompt
- Replies: 2
- Views: 3866
Re: I need a Shutdown command with prompt
Looks like exactly what I need. Thanks very much!
- 15 Sep 2010 22:20
- Forum: DOS Batch Forum
- Topic: I need a Shutdown command with prompt
- Replies: 2
- Views: 3866
I need a Shutdown command with prompt
I want to create a shutdown command using a batch script that will prompt me for the computer name. I have been using this cmd line {shutdown /m \\mycomputer /s /t 0} to restart a computer on my network. It works great. I have to keep changing the mycomputer to whatever computer I am targeting. I wa...