Files
gtav-src/tools_ng/script/automation/Unit Test - Server (for service references).bat
T
2025-09-29 00:52:08 +02:00

8 lines
220 B
Batchfile
Executable File

@ECHO OFF
CALL setenv.bat >NUL
SET AUTOMATION_SERVER=%RS_TOOLSROOT%/ironlib/lib/RSG.Pipeline.Automation.ServerHost.exe
SET ARGS=--role test
CALL %RS_TOOLSROOT%/ironlib/prompt.bat %AUTOMATION_SERVER% %ARGS%
PAUSE