home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
pascal
/
qparser.arc
/
QPARSER.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1985-03-27
|
312 b
|
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