Window科普 常用Batch命令 (三)
◆FOR 例子1
FOR %%i IN ( 1.txt 2.txt 3.txt 4.txt 5.txt ) DO ( copy /b all.txt+%%i+split.txt all.txt)
?
◆待续