Console Interface vereinheitlicht: Abfrage immer mit --sivasid

This commit is contained in:
2024-02-02 15:13:13 +01:00
parent c11094204a
commit 3206ad242a
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
@echo off
IF "%1" == "-s" (set SIVAS_ID=%2) else (set /p SIVAS_ID=Enter Sivas ID:)
CALL manage_interpreter.bat activate_interpreter
python %CREMIG_LIB%\update_database.py --sivas=%SIVAS_ID%
python %CREMIG_LIB%\update_database.py --sivasid=%SIVAS_ID%
CALL manage_interpreter.bat deactivate_interpreter
+1 -1
View File
@@ -1,5 +1,5 @@
@echo off
:start
set /p "id=Baugruppennummer: "
CALL 04_compare_lists.bat -n %id% -t
CALL 04_compare_lists.bat --sivasid %id% -t
goto start