NoTePaD fLooD
- Effect –> Not Destructive or harmless.
- Coding Platform –> Batch Programming.
- Working –> On executing this .bat file it will open and flood loads of notepad {actually it opens around 180 notepads}. This sometimes cause PC hang.
Type the code or just copy the code in notepad and save it as “.bat” extension.
**************************************************
@echo off
:RON
start notepad
start notepad
start notepad
goto RON
**************************************************
In the above code you can write “start notepad” any number to times. Increasing this command will increase flooding and cause higher chances of system hang-up.
No comments:
Post a Comment