Files
GTASource/DeepClean.bat

5 lines
133 B
Batchfile
Raw Normal View History

2025-02-23 17:40:52 +08:00
@echo off
pushd %~dp0
call %RS_TOOLSROOT%/script/coding/clean_soft_tree.bat /unattended
p4 sync -f %RS_CODEBRANCH%\tools\....exe
popd