联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
Originally posted by slore at 2007-10-21 12:17 PM: 最难的就是提取数字吧?你自己不会改?汗~
Originally posted by fastslz at 2007-10-21 01:21 PM: 笨办法find 过滤不删除的 @echo off dir /s /a-d /b /x >tmp.txt type tmp.txt|find /i /v "sp2qfe" >tmp1.txt type tmp1.txt|find /i /v "update" >tmp2.txt type t ...