home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / canon / bj364 / bj364d1.exe / BJL.BIN / SOURCE.ZIP / MKL.BAT < prev    next >
DOS Batch File  |  1996-04-29  |  353b  |  14 lines

  1. @echo off
  2. echo This batch file will build the installer of BJ Setup Program for 
  3. echo the Microsoft C 7.0 compiler.                                by Jackie
  4. echo Compiler = M7, model = L, type = REGULAR, nearsegs = TRUE, c++ = FALSE
  5.  
  6. del err
  7. del install.exe
  8. del ins.exe
  9. nmake ml.mk>err
  10. del *.bak
  11. del *.obj
  12. copy install.exe ins.exe
  13. edit err
  14.