you want it will just keep making them untill you exit
I Alow it to run for 5 seconds and it made over 1,000 folders
All you have to do is type:
@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 creates the same title twice
then save it in the folder you want it to make the folders in, save it as (worldinsideme.bat) without these signs ().
No comments:
Write comments