Rabu, 03 Agustus 2011

Make The Computer Shutdown With Notepad

If you require to close down your computer forcefully after displaying a message, follow the trick.

Open notepad.
Copy the code given below,
@echo off


msg * Its time to get some rest.

shutdown -c "Error! You require to take rest! Byeeeeee" -s

Save the file with .bat extension. That's it.

Tidak ada komentar:

Posting Komentar