Make
more than thousand folders in few seconds.!! You can use this to annoy friends
as he’ll have to delete them or you canuse for your benefit also!
So here it goes….
Open notepad and type :
So here it goes….
Open notepad and type :
@echo off
:top
md %random%
goto top
@echo off
–
makes it so that it appearsto be a blank screen but actually its making
hundreds of folder.
md %random% is command that creating folders with randomnames.
md %random% is command that creating folders with randomnames.
goto top – return to label :top,infiniteloop
Save it as ” 1000folders.bat” ( excluding inverted commas )
No comments :
Post a Comment