mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-16 04:45:34 +00:00
13 lines
283 B
Batchfile
13 lines
283 B
Batchfile
@echo off
|
|
|
|
echo Starting Private Server
|
|
|
|
SET ip=%1
|
|
SET gamePath=%2
|
|
SET gamePath=%gamePath:"=%
|
|
|
|
start "Proxy Server" ./ext/mitmdump.exe -s "./proxy/proxy.py"
|
|
|
|
echo Opening %gamePath%/Genshin Impact Game/GenshinImpact.exe
|
|
|
|
start "" /b "%gamePath%/Genshin Impact Game/GenshinImpact.exe" |