14 lines
558 B
Batchfile
Executable File
14 lines
558 B
Batchfile
Executable File
@ECHO OFF
|
|
CALL setenv.bat >NUL
|
|
SET BOOTSTRAP_NAME=CUTSCENE_NETWORK_EXPORT_CLIENT
|
|
SET BOOTSTRAP_BAT=%RS_TOOLSROOT%/script/util/bootstrap.bat
|
|
SET BOOTSTRAP_SCRIPT=%RS_TOOLSROOT%/ironlib/util/bootstrap.rb
|
|
SET AUTOMATION_PROCESS=%RS_TOOLSROOT%/ironlib/lib/RSG.Pipeline.Automation.ClientWorker.exe
|
|
SET ARGS=--role cutsceneexport_network --automation net.tcp://RSGEDICSP1:7010/automation.svc -filetransfer net.tcp://RSGEDICSP1:7010/FileTransfer.svc --nopopups
|
|
|
|
CALL %BOOTSTRAP_BAT% %BOOTSTRAP_NAME% %BOOTSTRAP_SCRIPT% %AUTOMATION_PROCESS% %ARGS%
|
|
|
|
|
|
|
|
|