home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / USCX / DOSUT-17.ZIP / BANNER1.DOC < prev    next >
Text File  |  1983-09-17  |  2KB  |  49 lines

  1.         Programs and documentation (C) 1983 Userview Corporation.
  2.  
  3. BANNER
  4.  
  5.         This program prints block letters on the display or printer
  6. with several options.
  7.  
  8. INVOKING THE PROGRAM: From DOS command level, type BANNER <text>/<options>.
  9. The /<options> are optional.  If no options are specified, the <text>
  10. is sent to the printer in block letters composed of asterisks.  The options,
  11. which may be combined in any fashion, affect BANNER's behavior as follows:
  12.  
  13.         /D      Send the output to the display instead of the printer.
  14.         /F      Formfeed (form feed to printer or clear video display)
  15.         /H      Print the characters double Height.
  16.         /I      Print the characters in Italics.
  17.         /S      Compose each block letters with the Same character (i.e.
  18.                 a lower case 'q' is made up of many lower case 'q's, etc.)
  19.         /Ux     Use char 'x' instead of an asterisk to form the letters.
  20.                 Note this option cannot be combined with /S.
  21.         /X      Clear other parameter settings
  22.         /W      Print the characters double Width.
  23.  
  24. Typing "banner" without any text will not do anything.
  25.  
  26. BANNER messages over 10 characters long will not look nice on the video
  27. display.  BANNER messages over 10 characters long which are sent to
  28. the printer will be printed in a compacted format so as to fit on the
  29. paper.
  30.  
  31. BANNER messages may be split up with the form separator (|) character.
  32. For example, one might use "banner alpha/d|beta/d" to put "alpha" on
  33. the first line and "beta" on the next.
  34.  
  35. SPECIAL NOTE: BANNER is configured for use with an Okidata 84P printer.
  36. The program is easily patched to support other printers.  The string
  37. of characters at 103H is sent to put the printer into compact mode,
  38. and the string at 10BH puts it back to normal.  There is space for
  39. up to 7 characters of mode-setting; the string must terminate with
  40. a zero.
  41.  
  42. The author suspects that the following settings will work with an IBM
  43. (a/k/a Epson) printer:
  44.  
  45.         ecs:103 0F 1B 30 00
  46.         ecs:10B 12 1B 32 00
  47.  
  48. but he isn't sure.
  49.