5 lines
137 B
Batchfile
Executable File
5 lines
137 B
Batchfile
Executable File
SETLOCAL
|
|
pushd %RS_CODEBRANCH%
|
|
%RS_TOOLSROOT%\bin\ruby\bin\ruby.exe %RS_TOOLSROOT%\script\coding\rebuild_parser_files.rb %*
|
|
ENDLOCAL
|