Skip to content

Instantly share code, notes, and snippets.

@YasuakiHirano
Created January 22, 2016 07:41
Show Gist options
  • Save YasuakiHirano/37d2cb770e0ad7b57b45 to your computer and use it in GitHub Desktop.
Save YasuakiHirano/37d2cb770e0ad7b57b45 to your computer and use it in GitHub Desktop.
@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