home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / basic / library / gwbasic / thinkjet / thinkjet.doc < prev    next >
Encoding:
Text File  |  1988-05-10  |  768 b   |  13 lines

  1. THINKJET.BAS was written in GW-BASIC on an HP150 Touchscreen II.
  2. It is fairly short & sweet. It uses relatively basic BASIC com-
  3. mands so hopefully it will work with other versions of BASIC as
  4. well.  It assumes a default printer "PRN".  If you wish to use
  5. another printer designation, you need change only one line of
  6. code.  It also assumes that the "ESC" character is 27 (dec.). If
  7. it isn't on your machine, change it easily.  No graphics are used
  8. in displaying the menu.  Menu choices include 6 or 8 LPI, normal,
  9. condense, expanded, expanded-condensed, BOLD, underline, skip
  10. perforation or not, printer reset or self-test.  Additionally,
  11. you are given the option to either stay in GWBasic (or your
  12. BASIC) or exit to either DOS or your own calling menu.
  13.