home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo ccxx joe.cxx
- ccxx joe.cxx
- if errorlevel == 1 goto stop
- echo ztc sue.cpp
- ztc sue.cpp
- if errorlevel == 1 goto stop
- echo cl joe sue
- cl joe sue
- if errorlevel == 1 goto stop
- echo remove MK.BAT
- goto end
- :stop
- echo Make: errors detected. Stop.
- :end
-