home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
printer
/
bf2fn3.arc
/
DEMO.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-11-21
|
634b
|
29 lines
echo off
cls
if .%1==.g goto gemini
if .%1==.G goto gemini
if .%1==.x goto mx
if .%1==.X goto mx
echo This demonstration is for any Epson, IBM, or compatible printer,
echo except the Epson MX or IBM Graphics Printer.
echo .
echo Use "DEMO X" for the Epson MX or IBM Graphics Printer.
echo Use "DEMO G" for the Star Gemini.
echo .
pause
bradford fontdemo.bf
goto end
:mx
echo This demonstration is for the Epson MX or the IBM Graphics Printer.
echo .
pause
bradford mx fontdemo.bf
goto end
:gemini
echo off
echo This demonstration is for the Star Gemini printers.
echo .
pause
bradford st fontdemo.bf
:end