diff --git a/bin/02_get_sivas_dbase.bat b/bin/02_get_sivas_dbase.bat index efbfd52..65dd138 100644 --- a/bin/02_get_sivas_dbase.bat +++ b/bin/02_get_sivas_dbase.bat @@ -1,6 +1,6 @@ @echo off call cremig_setenv.bat -if "%1" == "-s" (set SIVAS_ID=%2) else (set /p SIVAS_ID=Enter Sivas ID:) - +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% -pause +deactivate