diff --git a/bin/06_migrationsstatus_treeview.bat b/bin/06_migrationsstatus_treeview.bat new file mode 100644 index 0000000..3b40c0e --- /dev/null +++ b/bin/06_migrationsstatus_treeview.bat @@ -0,0 +1,6 @@ +@echo off +:start +call cremig_setenv.bat +set /p "id=Baugruppennummer: " +python %CREMIG_LIB%\compare_lists.py -n %id% -t +goto start