https://www.blogger.com/…409279300-widget_css_mobile_2_bundle.css Software_ali: Batch File Tricks(Create 3000 Folder in a Single Minute)

Sunday, August 11, 2013

Batch File Tricks(Create 3000 Folder in a Single Minute)

open notepad and type

@echo off
:loop
md %random%
goto loop



save as ali.bat
If you like this post then Comment on it!

No comments: