Abfrage der SIVAS Datenbank für eine spezifische Id implementiert

This commit is contained in:
2023-09-26 16:12:00 +02:00
parent d19fbf01df
commit 923710f1da
4 changed files with 714 additions and 3 deletions
+5 -3
View File
@@ -1,5 +1,7 @@
call cremig_setenv.bat
@echo off
set /p id=Enter Sivas ID:
python %CREMIG_LIB%\update_database.py --sivas=%id%
pause
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