home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / GPAPER54.ZIP / GPAPER.DOC < prev    next >
Text File  |  1994-03-23  |  5KB  |  108 lines

  1.  
  2.                        Compu-Paper Generator v5.4x
  3.                              Dennis Maidon
  4.                           The Parole Board BBS
  5.                              (919) 965-4696
  6.                              (919) 965-9885
  7.         Copyright 1991-94, PAROLE Software * All rights reserved
  8.                             Fido: 1:151/185
  9.  
  10.  
  11.     GPAPER .EXE will take a normal text file and add the computer paper
  12. or greenbar effect to it.  One thing to remember though, is to keep the
  13. lines of text to 65 columns or shorter.  The program will truncate the
  14. text at 65 columns so you will lose part of the text if it is in a
  15. longer format.
  16.  
  17.      The syntax for the command line is real simple:
  18.  
  19.    GPAPER <textfile to convert> <converted filename> <COLOR>
  20.  
  21.      GPAPER.EXE will by default create a file named "GPAPER" in the
  22. current directory.  The program also adds either an ".SCR" or a ".BBS"
  23. extension to the file depending on whether it is an ANSI or ASCii file.
  24.  GPAPER will also support adding the path along with the desired
  25. filename.  Be sure to place GPAPER.EXE in a directory that is in
  26. your path so that you may execute it from any directory.  DO NOT add an
  27. extension to the <converted filename> on the command line as GPAPER will
  28. now add the correct extension.  When converting files and using the
  29. 'WC3','SYN' or 'PCB' code, GPaper will only create one (1) file with a ".BBS"
  30. extension. Wildcat! 3.0 and PCBoard strip out the '@' codes and sends
  31. MONO screens to ASCii callers and COLOR to ANSI callers.
  32.  
  33.     COLOR can be BLACK, RED, GREEN, YELLOW, CYAN, MAGENTA, BLUE. The
  34. default is GREEN this parameter is  not case sensitive. If you want
  35. green bars DO NOT enter GREEN on the command line.
  36.  
  37.      You can now set and environment variable that GPaper will read and
  38. add the correct file extensions to support your BBS.  The correct format
  39. is  :  SET GPAPER=WC   Do not put a space before or after the '='.
  40. Include this line in your autoexec.bat or in you maintenance bat file.
  41. After running GPaper you can recover the environment space by adding the
  42. line SET GPAPER=  at the close of the bat file.  The environment
  43. variable must be capitalized for GPaper to pick it up.
  44.  
  45. @ECHO OFF
  46. SET GPAPER=WC
  47. GPAPER C:\WILDCAT\ACTIVITY.LOG   C:\WILDCAT\BULL\BULL99 RED
  48. SET GPAPER=
  49. CAT.BAT
  50.  
  51.     This will read your activity.log and create BULL99.SCR and
  52. BULL99.BBS with RED bars and place them in your bulletin directory.
  53.  
  54.                       ***************************
  55.  
  56. GPAPER supports the following BBS systems:
  57.  
  58.   BBS Type        CODE         ANSI ext     ASCii ext
  59.  
  60.  WILDCAT! 2.x     WC             SCR          BBS
  61.  WILDCAT! 3.0     WC3            BBS           -
  62.  SPITFIRE         SF             CLR          BBS
  63.  REMOTE ACCESS    RA             ANS          ASC
  64.  QBBS             QB             ANS          ASC
  65.  TAG              TG             CLR          MSG
  66.  PCBOARD          PCB            BBS           -
  67.  SYNCHRONET       SYN            ASC           -
  68.  
  69.      There is no charge for the use of GPAPER.EXE as long as you are a
  70. private individual or BBS.  If you feel the intense need to contribute a
  71. few dollars please make a contribution to a worthy children's charity.
  72.  
  73.   --------------------------------------------------------------------
  74.    The ZIP file contains the following files:
  75.  
  76.         GPAPER.EXE      The executable file
  77.         GPAPER.DOC      This documentation
  78.         SAMPLES.ZIP     Samples of output
  79.         GPAPER.HIS      The history of GPaper
  80.  
  81.     The ZIP file will also contain the -AV from The Parole Board BBS.
  82. If this is missing please ask the sysop to Immediately remove the file
  83. from his BBS.  This -AV is your protection that the file is authentic
  84. and has not been tampered with.
  85.  
  86.   --------------------------------------------------------------------
  87.  
  88.         EXCEPT AS PROVIDED ABOVE, PAROLE SOFTWARE DISCLAIMS ALL
  89.        WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT
  90.           LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY AND
  91.          FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE
  92.            PRODUCT.  SHOULD THE PROGRAM PROVE DEFECTIVE, THE
  93.            USER ASSUMES THE RISK OF PAYING THE ENTIRE COST OF
  94.          ALL NECESSARY SERVICING, REPAIR, OR CORRECTION AND ANY
  95.          INCIDENTAL OR CONSEQUENTIAL DAMAGES.  IN NO EVENT WILL
  96.           PAROLE SOFTWARE BE LIABLE FOR ANY DAMAGES WHATSOEVER
  97.            (INCLUDING WITHOUT LIMITATION DAMAGES FOR LOSS OF
  98.        BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS
  99.         INFORMATION AND THE LIKE) ARISING OUT OF THE USE OR THE
  100.          INABILITY TO USE THIS PRODUCT EVEN IF PAROLE SOFTWARE
  101.           HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  102.  
  103.   --------------------------------------------------------------------
  104.  
  105. GPAPER is written with Borland Pascal 7.0.  Borland Pascal is copyright
  106. Borland International.
  107.  
  108.