WizardKit/Repairs/ESET & KVRT.cmd
2017-11-17 00:50:27 -07:00

16 lines
No EOL
425 B
Batchfile

@echo off
:Flags
for %%f in (%*) do (
if /i "%%f" == "/DEBUG" (@echo on)
)
:CreateQuarantineDir
set "q_dir=%systemdrive%\WK\Quarantine\KVRT"
mkdir "%q_dir%">nul 2>&1
:LaunchESET
call "%~dp0\..\.bin\Scripts\Launch.cmd" Program "%~dp0\..\.bin" "ESET.exe" ""
:LaunchKVRT
call "%~dp0\..\.bin\Scripts\Launch.cmd" Program "%~dp0\..\.bin" "KVRT.exe" "-accepteula -d %q_dir% -processlevel 3 -dontcryptsupportinfo -fixednames"