10 lines
230 B
Batchfile
Executable File
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 |