home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 11a / fastbak.zip / MENU.DOC < prev    next >
Text File  |  1985-09-01  |  1KB  |  30 lines

  1.                           M E N U   V E R S I O N   1 . 0
  2.  
  3. Purpose:   This    command    reads a menu or healp screen from an ASCII file and
  4.        displays it directly to the memory map of the selected display
  5.        screen. Any screen attribute can be selected for any part of the
  6.        text.
  7.  
  8. Format:       MENU C [d:][path]fname[.ext]        (Color screen)
  9.        or
  10.        MENU M [d:][path]fname[.ext]        (Monochrome screen)
  11.  
  12. Remarks:   The attributes are selected by \HH within the text of the file,
  13.        where HH is the 2 digit hex value of the desired attribute for
  14.        the text which follows. E.g. for the monochrome screen, \70 gives
  15.        reverse video, \0F gives bright video, \80 gives flashing text and
  16.        \07 returns you to normal video.
  17.  
  18.        Short lines (less than 80 characters) are padded on the left with
  19.        blank spaces using the regular (\07) video attribute.
  20.  
  21.        Only the first 2500 bytes of the named input file will be
  22.        processed by MENU.
  23.  
  24.        MENU is ideal for fast help screens for DOS or other programs.
  25.  
  26.        Tab (09H) are NOT expanded in this version.
  27.  
  28. Notes:       Written for the IBM PC using    DOS 2.0    or later,
  29.        by David Gwillim. For public domain use.
  30.