erste Compare Rumpf Routine impl.

This commit is contained in:
2023-10-19 17:28:47 +02:00
parent a1d8102774
commit 4efff81666
5 changed files with 60 additions and 47 deletions
+6
View File
@@ -0,0 +1,6 @@
@echo off
call cremig_setenv.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