Console Interface vereinheitlicht: Abfrage immer mit --sivasid
This commit is contained in:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user