11 lines
169 B
Batchfile
11 lines
169 B
Batchfile
@echo off
|
|
|
|
rem Boot2 need to be compiled first
|
|
cd _boot2
|
|
echo.
|
|
echo ======== Compiling _boot2 ========
|
|
call c.bat
|
|
cd ..
|
|
|
|
for /D %%d in (*) do call _c2.bat %%d
|