home *** CD-ROM | disk | FTP | other *** search
/ Programmer Power Tools / Programmer Power Tools.iso / progjrn / pj_6_1.arc / CHILC.ARC / RUNCHILC.BAT < prev    next >
Encoding:
DOS Batch File  |  1987-09-07  |  133 b   |  8 lines

  1. echo starting Chilc
  2. del runtime.tim
  3. del chilc.out
  4. del chilc.con
  5. time <cr >runtime.tim
  6. chilc >chilc.con
  7. time <cr >>runtime.tim
  8.