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