home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / LASER / GREENBAR.ZIP / GREENBAR.DOC next >
Encoding:
Text File  |  1990-06-18  |  4.2 KB  |  88 lines

  1.          
  2.                                       GREENBAR
  3.                                     Version 1.0
  4.  
  5.                                 by Alan D. Applegate
  6.  
  7.          
  8.                                   NOT Copyrighted
  9.                        Entirely and Completely Public Domain
  10.          
  11.          -----------------------------------------------------------------
  12.          PLEASE NOTE:  This program was written because I couldn't locate 
  13.          the GREENBAR program (by a different author) that I have heard of 
  14.          and seen in action.  Writing the program took all of 10 minutes, 
  15.          so it was indeed easier to write my own than continue to look for 
  16.          the original.  My apologies in advance to the author who 
  17.          originally wrote the GREENBAR program - it's not my intent to 
  18.          step on anyone's toes.  Easier availability of the original 
  19.          program would have made this copycat version unnecessary.  
  20.          -----------------------------------------------------------------
  21.          
  22.          WHAT IS GREENBAR?
  23.  
  24.          GREENBAR is a program to take an ordinary text file and turn it 
  25.          into an ANSI encoded equivalent that appears to be on "greenbar" 
  26.          paper, complete with pin-feed margins.  
  27.  
  28.          Such output is nifty to see on bulletin board systems, and it is 
  29.          for BBS Sysops that this program is written.  You Sysops can take 
  30.          bulletins and other text information on your BBS, run it through 
  31.          GREENBAR, and have visually attractive output for real-time 
  32.          display on your system.
  33.  
  34.          HOW DO I USE GREENBAR?
  35.  
  36.          First, you need a text file.  THERE MUST BE NO MORE THAN 65 
  37.          CHARACTERS PER LINE!  If there are more than 65 characters per 
  38.          line, the excess will be TRUNCATED in the output file, and will 
  39.          cause an annoying beep and warning message at the end of the 
  40.          program run.  All characters are significant, including trailing 
  41.          spaces, if any, except carriage return and/or linefeed, which are 
  42.          NOT included in the 65 character limit.  NOTE:  The original file 
  43.          is NOT modified in any way; it is opened in READ ONLY mode. 
  44.  
  45.          Second, you must name the text file GREENBAR.IN.  If it is named 
  46.          anything else, it won't work.
  47.  
  48.          Third, put GREENBAR.EXE and GREENBAR.IN in the same directory, 
  49.          and run the program.  GREENBAR displays its progress.
  50.  
  51.          Fourth, look for GREENBAR.OUT.  This is the output file with ANSI 
  52.          encoded greenbar-look.  Characters are black on either white or 
  53.          green, just like greenbar continuous form computer paper.  If you 
  54.          have ANSI.SYS installed, then do TYPE GREENBAR.OUT at the DOS 
  55.          prompt to see what it looks like.  Nifty, huh?
  56.  
  57.          Fifth, if the output looks like trash, you either don't have 
  58.          ANSI.SYS installed, or you didn't format the text input file 
  59.          (GREENBAR.IN) to have no more than 65 characters on a line. 
  60.  
  61.          DOESN'T IT GET ANY FANCIER THAN THIS?
  62.  
  63.          No.  This program meets my needs, but I'd like to add some more 
  64.          goodies to it later on.  Possibly being able to specify filenames 
  65.          or do some text formatting and things, but not right away.  Look 
  66.          for GREENBAR Version 1.1 sometime...
  67.  
  68.          HOW DO I CONTACT THE AUTHOR?
  69.  
  70.          The author will only answer letters if they are sent with some 
  71.          sort of pre-posted return envelope, or if you enclose money so I 
  72.          can buy my own stamp.  Telephone calls will not be accepted.
  73.  
  74.                 GREENBAR Version 1.0
  75.                 c/o Alan D. Applegate
  76.                 P. O. Box 260723
  77.                 Lakewood, CO 80226-0723
  78.                 USA
  79.  
  80.          DO I NEED TO PAY FOR THIS PROGRAM?
  81.  
  82.          If you're that impressed with it, send a few bucks to the address 
  83.          listed above, and I'll consider us even.  If you don't pay, just 
  84.          feel somewhat guilty that you're using someone else's efforts for 
  85.          free and keep in mind that making any demands or requests about 
  86.          the software is not recommended. 
  87.  
  88.