home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / main / BBS / GPAPER55.ZIP / GPAPER.DOC < prev    next >
Encoding:
Text File  |  1995-01-01  |  5.1 KB  |  114 lines

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