8 lines
220 B
Batchfile
Executable File
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 |