Angepasst, damit auch Netzwerk-Interpreter auf U: genutzt werden kann

This commit is contained in:
2024-02-02 09:58:44 +01:00
parent bff2a9ab62
commit c11094204a
7 changed files with 14 additions and 30 deletions
+1 -5
View File
@@ -1,9 +1,5 @@
@echo off
:start
call cremig_setenv.bat
set /p "id=Baugruppennummer: "
IF NOT EXIST %CREMIG%\.venv CALL %CREMIG_BIN%\install_py.bat
CALL %CREMIG_BIN%\01_get_rd_dbase.bat
CALL %CREMIG%\.venv\Scripts\activate.bat
python %CREMIG_LIB%\compare_lists.py -n %id% -t
CALL 04_compare_lists.bat -n %id% -t
goto start