7 lines
77 B
Batchfile
7 lines
77 B
Batchfile
|
echo off
|
||
|
echo Erstelle TriOS...
|
||
|
call make.bat > make.log
|
||
|
echo Fertig!
|
||
|
pause
|
||
|
|