Created
January 22, 2016 07:41
-
-
Save YasuakiHirano/37d2cb770e0ad7b57b45 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
set num=0 | |
set str=www | |
for /L %%i in (1,1,300) do ( | |
set /A num=num+1 | |
mkdir %str%%%i | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment