[Batch 脚本] 批量生成文件夹
摘要:
@echo off echo start set time=30000 echo %time% for /l %%i in (1,1, %time%) do ( echo %%i% md "x:\TestFolder"%%i% ) pause 阅读全文
posted @ 2019-05-06 17:31 liujx2019 阅读(227) 评论(0) 推荐(0)
posted @ 2019-05-06 17:31 liujx2019 阅读(227) 评论(0) 推荐(0)