7 lines
130 B
Batchfile
7 lines
130 B
Batchfile
@echo off
|
|
:start
|
|
call cremig_setenv.bat
|
|
set /p "id=Baugruppennummer: "
|
|
python %CREMIG_LIB%\compare_lists.py -n %id% -t
|
|
goto start
|