Files
CreoMigrate/bin/02_get_sivas_dbase.bat
T

7 lines
216 B
Batchfile

@echo off
call cremig_setenv.bat
call %CREMIG%\.venv\Scripts\activate.bat
if "%1" == "-s" (set SIVAS_ID=%2) else (set /p SIVAS_ID=Enter Sivas ID:)
python %CREMIG_LIB%\update_database.py --sivas=%SIVAS_ID%
deactivate