
CODE: [Copy to clipboard][ Last edited by bjsh on 2007-5-17 at 11:01 AM ]@echo off
for %%a in (US JP ZH DE SP) do (
md %%a;
for /L %%b in (1,1,10) do (
if %%b lss 10 (md %%a\0%%b & echo 0%%b > %%a\0%%b\0%%b.txt ) else (
md %%a\%%b & echo %%b >%%a\%%b\%%b.txt
)
)
)
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |