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
@@ -1,3 +1,5 @@
@echo off
call cremig_setenv.bat
python %CREMIG_LIB%\update_database.py --rd
pause
@@ -1,5 +1,5 @@
call cremig_setenv.bat
@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%
+6
View File
@@ -0,0 +1,6 @@
call cremig_setenv.bat
@echo off
if "%1" == "-s" (set SIVAS_ID=%2) else (set /p SIVAS_ID=Enter Sivas ID:)
python %CREMIG_LIB%\compare_lists.py --sivas=%SIVAS_ID%
pause