
CODE: [Copy to clipboard]2、要删除list.txt里面的文件,可以这样:for /f "delims=" %%a in ('dir /s/b *.txt') do @echo %%~pnxa>>list.txt
CODE: [Copy to clipboard][ Last edited by 不得不爱 on 2009-2-22 at 18:52 ]for /f "delims=" %%a in (list.txt) del "%%a"
CODE: [Copy to clipboard][ Last edited by 不得不爱 on 2009-2-22 at 18:56 ]for /f "delims=" %%a in (list.txt) del /f"%%a"
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |