home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / pascal / qparser.arc / QPARSER.BAT < prev    next >
DOS Batch File  |  1985-03-27  |  312b  |  9 lines

  1. echo off
  2. echo  This batch file uses two arguments: the first is the file base name, e.g.,
  3. echo  "calc" is used for calc.grm, calc.tbl, calcskel.c, and calc.c (or .pas).
  4. echo  The second argument is either "p" for Pascal or "c" for C.
  5. echo  EXAMPLE:  qparser calc p
  6. echo on
  7. lr1 %1
  8. lr1p -m%2 %1 -s %1skel
  9.