GrassClipper/private_server_launch.bat
2022-04-19 19:15:17 -07:00

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"