mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-16 13:01:14 +00:00
14 lines
306 B
Batchfile
14 lines
306 B
Batchfile
|
@echo off
|
||
|
|
||
|
chcp 65001
|
||
|
|
||
|
set /p QQPath=<qq_path_cache.txt
|
||
|
echo QQ path %QQPath% has been read from qq_path_cache.txt
|
||
|
echo If failed to start QQ, please try running this script in administrator mode.
|
||
|
|
||
|
set NAPCAT_PATH=%cd%\loadScript.js
|
||
|
|
||
|
REM Launch QQ.exe with params provided
|
||
|
|
||
|
"%QQPath%" --enable-logging %*
|