| 
 | 
:recall 
set choice= 
set /p choice=请输入执行选项: 
if not "%Choice%"=="" set Choice=%Choice:~0,1% 
if /i "%choice%"=="1" goto one 
if /i "%choice%"=="2" goto two 
if /i "%choice%"=="3" goto byebye 
Echo                                   输入错误,请重新输入! 
goto recall 
:one 
for %%i in (c,d,e,f,g,h,i,j,k,l) do ( Rd %%i:\Autorun.inf /S /Q 
                              Md %%i:\Autorun.inf 
                              Md "%%i:\Autorun.inf\回憶专用免疫文件夹(无害)..\\\" 
                              Attrib +A +S +H +R %%i:\Autorun.inf /S /D 
for %%o in (exe lnk vbs dll) do ( if exist %%i:\*.%%o ( 
                              Del %%i:\*.%%o /F /Q /A RSHA 
                      ) 
            ) 
   ) 
goto :byebye 
:two 
for %%i in (c,d,e,f,g,h,i,j,k,l) do ( Rd %%i:\Autorun.inf /S /Q 
                              Md %%i:\Autorun.inf 
                              Md "%%i:\Autorun.inf\回憶专用免疫文件夹(无害)..\\\" 
                              Attrib +A +S +H +R %%i:\Autorun.inf /S /D 
for %%o in (exe lnk vbs dll url inf ini) do ( if exist %%i:\*.%%o ( 
                              Del %%i:\*.%%o /F /Q /A RSHA 
                      ) 
            ) 
   ) 
goto :byebye 
:byebye 
Del %0 
 
再帮忙看看,没问题了吧???? |   
 
 
 
 |