PWRDWNSYS RESTART(*YES)
Depending on the OS you can also use the SHUTDOWN command with various parameters (depending on the OS).
It is helpful to say what Operating System you are dealing with to get answers which apply to your situation.it also determine the type of power supply or the power voltage.
Last Wiki Answer Submitted: May 5, 2011 7:44 am by Denny Cherry64,520 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
shutdown is the command.
shutdown -r -t 30 will restart the computer in 30 seconds after the command is initiated.
shutdown -r -t 30 -c “The computer has been cleaned, now restarting.” will restart the computer in 30 seconds and display the message in quotes.
I’d assume you are using windows.
shutdown is the command.
shutdown -r -t 30 will restart the computer in 30 seconds after the command is initiated.
shutdown -r -t 30 -c “The computer has been cleaned, now restarting.” will restart the computer in 30 seconds and display the message in quotes.
You get the idea.
Hope this helps!
-Schmidtw