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

This commit is contained in:
James Liu
2019-11-08 10:54:59 +08:00
parent 7d34d9f915
commit 40e2b03766
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