Wednesday, 16 September 2015

How to create Multiple Folders within Seconds

This is also a very bad and horrible trick so be aware to use it. It might create many many problems for you.
This will brust your RAM by creating large number of folders.
So now copy the code in your Notepad.

[box type=”info” size=”meduim” style=”rounded” border=”full”]@echo off
:top
md %random%
goto top[/box]


save it as multiplefolder.bat and then see what happens it will start creating multiple folders and will destroy your RAM.

No comments:

Post a Comment