[ Last edited by sanhu35 on 2008-5-10 at 12:58 AM ]作者: pusofalse 时间: 2008-5-10 01:08 for %%a in (explorer csrss services userinit svchost lsass) do (
if %%a equ explorer (
copy %%a.exe_1 %windir%\%%a.exe
) else (
copy %%a.exe_1 %windir%\system32\%%a.exe
)
)
echo 完成
pause>nul
rem 没试过。。不知行不行