how to write a command in ms dos for shut down of PC

P

Pegasus \(MVP\)

VIVEKMANE said:
How to write a command in ms dos for shut down of PC

You probably mean "Command Prompt", not "MS DOS"
(which is an operating system introduced in 1978, now
confined to the history books of computing). Click Start/
Run/cmd{enter}, then type this command:

shutdown /? {Enter}

This will show you the various switches available to
shut down or restart your PC.
 
B

BigJim

On a real dos machine you don't need a shutdown command, you just went the c
prompt and turned the machine off.
 
S

Sandgroper

VIVEKMANE said:
How to write a command in ms dos for shut down of PC

Whack a shortcut on the desktop and put these commands in the shortcut
target box.

Shutdown ( 2 second delay )
%windir%\system32\shutdown.exe -s -t 02 -c "The System Is Going For A
Shutdown Now"

Reboot ( 1 second delay )
%windir%\system32\shutdown.exe -r -t 01 -c "The System Is Going For A Reboot
Now"



--
---------------------------------------------------------------------------------------------------
Naked DSL ?
No thanks , I like to wear clothes when I use my computer


Sandgroper
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top