
誰可以告知這套批處理是什么意思
求告知什么意思? 大概的運行目的?跪求。nclick="copycode($('code0'));">復(fù)制代碼
- @echo off
- REM
- >nul 2>&1 %SYSTEMROOT%system32cacls.exe %SYSTEMROOT%system32configsystem
- REM
- if '%errorlevel%' NEQ '0' (
- echo Rightclick the Loader and start as admin!!!!!
- timeout /T 5> nul
- goto End
- ) else ( goto isAdmin )
- :isAdmin
- if exist %temp%getadmin.vbs ( del %temp%getadmin.vbs )
- pushd %CD%
- CD /D %~dp0
- if exist BBBB.dll (
- del lib.dll
- MOVE /Y BBBB.dll AAAAAA.dll
- )
- start rundll32 AAAAAA.dll,main
- :End

