

CODE: [Copy to clipboard]改为以下代码(未经测试,请谨慎使用):DelAnOld
dir %1 /a-d /od /b | find "DelOld" /v /i >> ~DelOld.pre
find "set File=" < ~DelOld.pre > ~DelOld.bat
call ~DelOld.bat
if not "%File%"=="" del "%File%"
CODE: [Copy to clipboard][ Last edited by willsort on 2005-8-26 at 19:08 ]:DelAnOld
dir %1 /a-d /o-d /b | find "DelOld" /v /i >> ~DelOld.pre
find "set File=" < ~DelOld.pre > ~DelOld.bat
call ~DelOld.bat
if not "%File%"=="" for %%f in (*.*) do if not "%%f"=="%File%" move "%File%" x:\abcd
| Quote: | |
|
| Quote: | |
|

| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |