Files
2025-09-29 00:52:08 +02:00

10 lines
230 B
Batchfile
Executable File

@echo off
echo TOOLS INSTALLING CRUISE CONTROL...
call setenv.bat
%RS_TOOLSROOT%/bin/ruby/bin/ruby.exe %RS_TOOLSROOT%/lib/pipeline/installer/cc_server_installer.rb
echo TOOLS INSTALLING CRUISE CONTROL COMPLETED.
pause