
附件 1:autorun.jpg (2008-11-30 13:11, 14.92 K,下载次数: 1)
![]()
| Quote: | |
|
附件 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
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |