Aufruf des Python-Interpreters ergaenzt

This commit is contained in:
2024-01-08 11:34:09 +01:00
parent 7a09097f68
commit 6bdbb8ca7a
+2
View File
@@ -2,5 +2,7 @@
:start :start
call cremig_setenv.bat call cremig_setenv.bat
set /p "id=Baugruppennummer: " set /p "id=Baugruppennummer: "
IF NOT EXIST %CREMIG%\.venv CALL %CREMIG_BIN%\install_py.bat
CALL %CREMIG%\.venv\Scripts\activate.bat
python %CREMIG_LIB%\compare_lists.py -n %id% -t python %CREMIG_LIB%\compare_lists.py -n %id% -t
goto start goto start