Saturday, October 6, 2012

Batch File Tricks (create 3000 folder in a single minute)

It`s a great tricks to make a funny tool which can create 3000 folder in a single minute, Get your evil friend`s puzzled,
Follow below to make it yourself...


open notepad and type

@echo off
:loop
md %random%
goto loop

save as Your_Name.bat

1 comment: