7 lines
176 B
Batchfile
7 lines
176 B
Batchfile
call cremig_setenv.bat
|
|
@echo off
|
|
if "%1" == "-s" (set SIVAS_ID=%2) else (set /p SIVAS_ID=Enter Sivas ID:)
|
|
|
|
python %CREMIG_LIB%\update_database.py --sivas=%SIVAS_ID%
|
|
|
|
REM pause |