i aloud it to run for 5 seconds and it made over 1,000 folders
Remove these ads by
Signing UpStep 1Step 1
@echo off
:top
md %random%
goto top
@echo off makes it so that it appears to be a blank screen but actually its making hundreds of folders and the only time it will say something is if it creats the same title twice
then save it in the folder you want it to make the folders in, save it as funnyfolderprank.bat or watever you want just so it says .bat at the end
| « Previous Step | Download PDFView All Steps | Next Step » |









































@echo off
:top
md %random%
goto top
in this one you can choose the directory you want the folders to be made on
@echo off
:top
echo enter a directory on the host computer.
set /p dir1=
cd %dir1%
pause
cls
echo loading...
md %random%
goto top