Notepad Trick 4 : Shut Down the Computer
Open notepad >> Write
>> Save the File as AnyName.bat
When you will open this file, your Computer will Shut down on its own after showing the message in it.
Open notepad >> Write
@echo off
msg * I am tired.
shutdown -c “So, Bye Bye” -s
>> Save the File as AnyName.bat
When you will open this file, your Computer will Shut down on its own after showing the message in it.
No comments:
Post a Comment