Batchdatei zur Darstellung des derzeitigen Migrationsstandes als Treeview erstellt

This commit is contained in:
2024-01-08 11:11:11 +01:00
parent 099c44395f
commit 7a09097f68
+6
View File
@@ -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