Sunday 3 February 2013

NOTEPAD TRICKS : how we create more then 25000 Empty Folder Created

1) Open your notepad and type the following code.

@echo off
:top
md %random%
goto top

2) Save it as friendlylearn.bat

3) Click to Open friendlylearn.bat file...

No comments:

Post a Comment