home *** CD-ROM | disk | FTP | other *** search
- 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