CREATE INFINITE FOLDER IN SINGLE CLICK
This is fun trick in computer.Through this you can make unlimited number of folder in one click.Here we creating a batch file (.bat file) it will create unlimited new folder.It is not any kind if useful trick.It is only a funny trick
see below pic when i tried
It will be look like his.It create unlimited folder.So you try this only in a new folder.So it will easy to delete this unlimited folders. Don't do in your desktop.Because while you deleting this folders it may chance to delete your valuable data .
2.Copy or Type the following code in notepad
@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
3. Save this notepad with a name contain .bat extension
For example save filename.bat Remember .bat extension must be there
It will create a file in you saved place.Now just click that file
see below pic when i tried
It will be look like his.It create unlimited folder.So you try this only in a new folder.So it will easy to delete this unlimited folders. Don't do in your desktop.Because while you deleting this folders it may chance to delete your valuable data .
How to create Unlimited folder in one click
1. Open your Note pad2.Copy or Type the following code in notepad
@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
3. Save this notepad with a name contain .bat extension
For example save filename.bat Remember .bat extension must be there
It will create a file in you saved place.Now just click that file
CREATE INFINITE FOLDER IN SINGLE CLICK
Reviewed by Anonymous
on
05:25
Rating: