Wednesday, October 26, 2011

Make Unlimited Files in your Computer.. Nonestop

Open Notepad
Type the following:


@echo off
:subash
md  %random%
goto subash

Save it with extension .bat
Now you will see nonestop creation of folders in your computer..

If you want to try this out::
Check this out

@echo off
set /a basnet =1
:subash
md %random%
set /a basnet = %basnet%+1
if %basnet% LSS 100 goto subash


save it with extension .bat  and try urself...


No comments:

Post a Comment