develop/!sym_store.bat
2023-04-09 19:04:00 -05:00

4 lines
120 B
Batchfile

rem @echo off
IF EXIST %1 (
symstore.exe add /o /r /f %1 /s \\Icecream\symbols\PRODUCTSYMBOLS /t "Gunz2" /compress
)