Recent Comments

Breaking News
Loading...

Alert

style="display:inline-block;width:468px;height:60px"
data-ad-client="ca-pub-2653565209371687"
data-ad-slot="4940986142">
Saturday 6 April 2013

MAKE UNLIMITED FOLDERS IN SECONDS

06:38



1. 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.
go to top – return to label :top, infinite loop
2. Save it as anyname.bat
3. Launch it.

0 comments:

Post a Comment

 
Toggle Footer