
CODE: [Copy to clipboard]命令提示符中:for /f "delims=" %%i in ('dir /a /s /b "x:\*.txt"') do copy "%%i" x:\test.txt
CODE: [Copy to clipboard]通过dir命令来筛选目录和文件情况!for /f "delims=" %i in ('dir /a /s /b "x:\*.txt"') do copy "%i" x:\test.txt
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |