1) Open NotePad And Write This:
start
start
start
start
@echo off
msg ' [your text here]
msg ' [your text here]
shutdown -s -t 50 -c "your text here"
2) Save It As .bat
3) If You wait 50 sec, your pc gonna restart you can change the time by changing the value after -t, remember that the value is given in seconds.
4) To stop the process do the following:
Start-->Run. Now Write shutdown -a
It Stops The Restart...
start
start
start
start
@echo off
msg ' [your text here]
msg ' [your text here]
shutdown -s -t 50 -c "your text here"
2) Save It As .bat
3) If You wait 50 sec, your pc gonna restart you can change the time by changing the value after -t, remember that the value is given in seconds.
4) To stop the process do the following:
Start-->Run. Now Write shutdown -a
It Stops The Restart...
No comments:
Post a Comment