Trick to Make over 1,000 folders in few seconds
Thursday, March 22, 2012
Posted by Priya Yadav
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 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…
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…
This entry was posted on October 4, 2009 at 12:14 pm, and is filed under
Funny Computer Tricks
. Follow any responses to this post through RSS. You can leave a response, or trackback from your own site.
Subscribe to:
Post Comments (Atom)
Post a Comment