6 lines
84 B
Batchfile
6 lines
84 B
Batchfile
@echo off
|
|
call cremig_setenv.bat
|
|
|
|
python %CREMIG_LIB%\update_database.py --rd
|
|
pause
|