Automatisches Update der RuleDesigner-Datenbank eingebaut

This commit is contained in:
2024-01-08 13:20:45 +01:00
parent 6bdbb8ca7a
commit 25c06e425b
+1
View File
@@ -4,5 +4,6 @@ call cremig_setenv.bat
set /p "id=Baugruppennummer: " set /p "id=Baugruppennummer: "
IF NOT EXIST %CREMIG%\.venv CALL %CREMIG_BIN%\install_py.bat IF NOT EXIST %CREMIG%\.venv CALL %CREMIG_BIN%\install_py.bat
CALL %CREMIG%\.venv\Scripts\activate.bat CALL %CREMIG%\.venv\Scripts\activate.bat
CALL %CREMIG_BIN%\01_get_rd_dbase.bat
python %CREMIG_LIB%\compare_lists.py -n %id% -t python %CREMIG_LIB%\compare_lists.py -n %id% -t
goto start goto start