home *** CD-ROM | disk | FTP | other *** search
- @Echo Off
- REM XRS setup for non-standard text mode (this example is 80x40-line mode)
- set xrs=x
- REM This uses a Shareware VGA font loader to download an 8x10 'thin' font
- vgafont slim10.fnt
- REM xload \proii\8x14thin.fnt (example of Orchid ProII 28-line font)
- REM Change this to "RESPONSE X", "RESP_OVL X" or "RESP_286 X" if needed!
- resp_rtl x
- set xrs=
-