Files
gtav-src/tools_ng/script/automation/Integrator - Console [localhost].bat
T
2025-09-29 00:52:08 +02:00

6 lines
192 B
Batchfile
Executable File

@ECHO OFF
CALL setenv.bat >NUL
SET AUTOMATION_PROCESS=%RS_TOOLSROOT%/ironlib/lib/RSG.Pipeline.Automation.Console.exe
SET ARGS=--host localhost --nopopups
CALL %AUTOMATION_PROCESS% %ARGS%