Window科普 常用Batch命令 (三)◆FOR 例子1FOR %%i IN (1.txt2.txt3.txt4.txt5.txt) DO (copy /b all.txt+%
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)
?
?
?
◆待续
?
?
?
?
?
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)
?
?
?
◆待续
?
?
?
?
?