联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
附件 1: autorun.jpg (2008-11-30 13:11, 14.92 K,下载次数: 1)
附件 1: 未命名.JPG (2008-11-30 16:30, 6.24 K)
CODE: [Copy to clipboard]set AllDrive=c d e f g h i j k l m n o p q r s t u v w x y z for %%a in (%AllDrive%) do ( attrib %%a:\autorun.inf -s -r -h dir %%a:\autorun.inf /b >>c:\auto.txt for /f "tokens=*" %%i in (c:\auto.txt) do ( rd %%a:\autorun.inf\"%%i".\ /S /Q rd %%a:\autorun.inf ) ) del c:\auto.txt