home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / c / adlibmsc / demo / c.bat next >
Encoding:
DOS Batch File  |  1988-12-02  |  160 b   |  11 lines

  1. echo off
  2. cl -AS -Zi -Ox -Gs demo2.c \lowlevel\adlib.c
  3. if errorlevel 1 goto error
  4. goto end
  5.  
  6. :error
  7. echo *** Error: file not compiled ***
  8. :end
  9. echo on
  10.  
  11.