- Open Notepad.
- Paste the following code in it:
@echo off
msg * Its time to get some rest.
shutdown -c “Error! You have to take rest! Byeeeeee” -s
- Save the file with any name but with .bat extension and close it. For eg. TakeRest.bat
@echo off
msg * Its time to get some rest.
shutdown -c “Error! You have to take rest! Byeeeeee” -s
No comments:
Post a Comment