home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo This batch file uses two arguments: the first is the file base name, e.g.,
- echo "calc" is used for calc.grm, calc.tbl, calcskel.c, and calc.c (or .pas).
- echo The second argument is either "p" for Pascal or "c" for C.
- echo EXAMPLE: qparser calc p
- echo on
- lr1 %1
- lr1p -m%2 %1 -s %1skel