Archived
1
0
Fork 0
This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
akari-bot/services/phigros/start.cmd
2023-05-02 21:23:44 +08:00

4 lines
171 B
Batchfile

chcp 65001
SET DIFF=%~dp0\difficulty_update.csv
IF NOT EXIST %DIFF% SET DIFF=%~dp0\difficulty.csv
java -Dfile.encoding=UTF-8 -jar %~dp0\PhigrosRpc-3.0-all.jar 9090 %DIFF%