diff --git a/bin/06_migrationsstatus_treeview.bat b/bin/06_migrationsstatus_treeview.bat index ee93578..9604a44 100644 --- a/bin/06_migrationsstatus_treeview.bat +++ b/bin/06_migrationsstatus_treeview.bat @@ -3,7 +3,7 @@ call cremig_setenv.bat set /p "id=Baugruppennummer: " IF NOT EXIST %CREMIG%\.venv CALL %CREMIG_BIN%\install_py.bat -CALL %CREMIG%\.venv\Scripts\activate.bat CALL %CREMIG_BIN%\01_get_rd_dbase.bat +CALL %CREMIG%\.venv\Scripts\activate.bat python %CREMIG_LIB%\compare_lists.py -n %id% -t goto start