Introduction: FUNNY BATCH PRANK

In this instructable I will show you how to make an batch file that adds more than 300000 text documents on your dekstop or wherever you save it.

Step 1: OPEN NOTEPAD

You first have to open notepad

Step 2: THE CODE

Feel free to copy and paste the code into your new notepad document

@echo off

:start

echo HI >>%random%.txt

goto start

Step 3: SAVE THE CODE

Click on Save as and save it as whatever you want but put .bat after it that is needed or it wont work!!!

Step 4: RUN THE CODE AND THIS IS WHAT HAPPENS:

It makes an unlimited amount of random folders with the text hi in it.(unless you change the hi in the code for something else.)