Update start.bat make it convenient for everyone to run it as Administrator

This commit is contained in:
1b9b20430b7b392400d20de45cf44dc3420cbaef
2019-11-08 10:54:59 +08:00
parent 7d34d9f915
commit 862dcd224e
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
@echo off
pushd %~dp0
start /min inject -d -k chunihook.dll aimeReaderHost.exe -p 12
inject -d -k chunihook.dll chuniApp.exe
taskkill /f /im aimeReaderHost.exe > nul 2>&1