联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
dir /s /b /a-d D:\qq\auto.exe
del /s /a /f /q D:\qq\auto.exe
for %%a in (c d e f g) do del /s /a /f /q %%a:\auto.exe %%a:\autorun.inf
Originally posted by fydncom at 2007-12-8 10:15: echo off for /r d:\ %%i in (qq.exe) do %%i start qq.exe pause 这个还可以精简吗>?我要你的思路 呵呵 谢谢
for /f "tokens=*" %%a in ('dir /s/b/a-d d:\qq.exe') do "%%a"