5 lines
133 B
Batchfile
5 lines
133 B
Batchfile
@echo off
|
|
pushd %~dp0
|
|
call %RS_TOOLSROOT%/script/coding/clean_soft_tree.bat /unattended
|
|
p4 sync -f %RS_CODEBRANCH%\tools\....exe
|
|
popd |