Files
gtav-src/tools_ng/script/networking/fiddler/xb1_shutdown.bat
T
2025-09-29 00:52:08 +02:00

14 lines
214 B
Batchfile
Executable File

@echo off
if "%DurangoXDK%" == "" GOTO NOXDK
:XDK
cd /d %DurangoXDK%\bin
xbrun /o d:\setproxy.exe direct
GOTO END
:NOXDK
echo No XDK detected in environment variable "DurangoXDK"
GOTO END
:END
pause