diff --git a/bin/06_migrationsstatus_treeview.bat b/bin/06_migrationsstatus_treeview.bat index 51fa1f9..ee93578 100644 --- a/bin/06_migrationsstatus_treeview.bat +++ b/bin/06_migrationsstatus_treeview.bat @@ -4,5 +4,6 @@ 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 python %CREMIG_LIB%\compare_lists.py -n %id% -t goto start