![]() |
|
Create 3000 Folders In a Second - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: Create 3000 Folders In a Second (/Thread-Create-3000-Folders-In-a-Second) |
Create 3000 Folders In a Second - Stricker - 10-29-2012 Create 3000 Folders In a Second How To Create 3000 Folders In a Second A Simple Codind In Notepad: Open Notepad And Copy The Command: Code: @echo off
:loop
md %random%
goto loopand save it as .bat for example HC.bat RE: Create 3000 Folders In a Second - H4R0015K - 10-29-2012 already shared and it will create more than 3000 folders as it is in loop RE: Create 3000 Folders In a Second - Stricker - 10-29-2012 Oppss..sory man double post..
RE: Create 3000 Folders In a Second - onkel_ossi - 10-29-2012 Nice script ... but whitout any sense RE: Create 3000 Folders In a Second - RaInY_EyEs - 10-29-2012 nice script bro i will check RE: Create 3000 Folders In a Second - FunKx - 10-29-2012 Lol. Like, how useful is that?
RE: Create 3000 Folders In a Second - Stricker - 10-29-2012 oh i see,thanks for your feed back bro. test ur self bro,u will know how usefull the script for you..
RE: Create 3000 Folders In a Second - ArkPhaze - 11-04-2012 This is a horrible, and very simple script. I created a much more advanced version of this here: http://www.hackcommunity.com/Thread-Mass-Folder-Creator-Much-Improved RE: Create 3000 Folders In a Second - killerOfCode - 11-08-2012 (11-04-2012, 04:08 AM)ArkPhaze Wrote: This is a horrible, and very simple script. I created a much more advanced version of this here: http://www.hackcommunity.com/Thread-Mass-Folder-Creator-Much-Improved Simple doesn't mean horrible. The script pretty much does what he wants it to. |