home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / offline / tx2rep11.zip / TXT2REP.DOC < prev    next >
Text File  |  1992-03-19  |  5KB  |  130 lines

  1.  
  2.                            TXT2REP 1.10 (19-Mar-1992)
  3.                         Copyright (C) 1991,2 Geoffrey Sy
  4.                               All Rights Reserved
  5.  
  6.  
  7.                             TXT2REP is supported by:
  8.  
  9.          Residence:                             Support BBS:
  10.  
  11.           Geoffrey Sy                            The GRAFIX Connection
  12.           51 Wyatt Walk                           HST: (416) 287-9002
  13.           Toronto, Ontario  CANADA               2400: (416) 286-8734
  14.           M5A 3T3
  15.  
  16.          ═════════════════════════════════════════════════════════════
  17.          Be sure you are using the correct version of TXT2REP for your
  18.          CPU.  TXT2REP.88 is for 8086/8088 systems, TXT2REP.EXE is for
  19.          all x86 CPUs with a brain, including the "brain-dead" 80286.
  20.  
  21.          TXT2REP is a utility to create .REP  messages for .QWK  mail
  22.          doors from text files from the DOS command line.  Text files
  23.          longer than standard message length are automatically chopped
  24.          off and put in multiple messages.  If replies packet already
  25.          exist on disk, new replies will be appended to it.
  26.  
  27.          To use TXT2REP, execute the command:
  28.  
  29.          TXT2REP text_file bbs_id from to subject conference [/status]
  30.  
  31.          text_file  - The text file from which you want the message
  32.                       created.
  33.          bbs_id     - The .REP packet name of the BBS.
  34.          from       - This is where you'd put your name.
  35.          to         - Who the message is for (the receiver).
  36.          subject    - What the message is about.
  37.          conference - Topic area number on the BBS for the message.
  38.  
  39.          ** For the names and subjects, be sure to put semicolons ";"
  40.          ** between words instead of spaces.  For example:
  41.  
  42.                            Joe Smith    =  Joe;Smith
  43.                            H. G. Wells  =  H.;G.;Wells
  44.  
  45.                            Items for sale = Items;for;sale
  46.  
  47.          [/status]  - Optional: Message status.  This option lets you
  48.                       control who can read your message.  The default
  49.                       is PUBLIC which means everyone can read your
  50.                       message.  These options may not be available on
  51.                       all BBSes and .QWK mail doors.  I've found that
  52.                       these options worked with Qmail4 and PCBoard.
  53.  
  54.          /PVT - Only the receiver of the message may read the message.
  55.  
  56.          /PVT:password - SENDER PASSWORD: Only the receiver of the
  57.               ───┬────   message with the correct password may read
  58.                  │       the message.
  59.                  │
  60.          /GRP:password - GROUP PASSWORD: This is useful for private
  61.               ───┬────   group discussions.  Anyone with the correct
  62.                  │       password may read the message.
  63.                  │
  64.                  └─────- Replace this with the password to protect the
  65.                          message.
  66.  
  67.          ** The system operator (SysOp) can read all message doesn't
  68.          ** matter what status the message is set at.
  69.  
  70.          Customized tagline is available by setting the environment
  71.          variable 'TAGLINE'.  To do this issue the command:
  72.  
  73.              SET TAGLINE=This is my cute tagline ...
  74.  
  75.          Execute TXT2REP without and parameter will list a few command
  76.          line examples.
  77.  
  78.          After successful execution of TXT2REP, the message(s) will be
  79.          stored in a file named BBS_ID.MSG.  Just compress this with
  80.          PKZIP or whatever compression method that the BBS uses.  Make
  81.          sure the compressed file has the BBS_ID as the name and .REP
  82.          as the extension.
  83.  
  84.          Execute T2R.EXE for the full-screen interface, with context
  85.          sensitive help, etc, etc version of TXT2REP if the command
  86.          line version is too complicated.  (TO BE RELEASED, SOON)
  87.  
  88.          ═════════════════════════════════════════════════════════════
  89.          REGISTRATION:
  90.  
  91.          This program is FreeWare, No registration is asked. Comments,
  92.          suggestions, critiques, donations are welcome.
  93.  
  94.          ═════════════════════════════════════════════════════════════
  95.          STANDARD DISCLAIMER:
  96.  
  97.          This program is provided on an "AS IS" basis.  No warranty of
  98.          any kind is expressed or implied.
  99.  
  100.                        USE THIS PROGRAM AT YOUR OWN RISK.
  101.  
  102.          I take no responsibility for any damage caused directly or
  103.          indirectly from the use or the inability to use this program.
  104.  
  105.          ═════════════════════════════════════════════════════════════
  106.          COPYRIGHTS:
  107.  
  108.          QWK and Qmail
  109.                - Copyrights of Mark "Sparky" Herring of Sparkware, the
  110.                  original creator of QWK.
  111.  
  112.          8088/8086/80*86
  113.                - Copyrights of Intel Corporation.
  114.  
  115.          PCBoard
  116.                - Copyrights of Clarke Development Company.
  117.  
  118.          PKZIP
  119.                - Copyrights of Phil Katz of P.K. Ware Inc.
  120.  
  121.          ═════════════════════════════════════════════════════════════
  122.          HISTORY:
  123.  
  124.          19-Mar-92 - Customized tagline option
  125.                    - Speeded up by 300%
  126.  
  127.          28-Dec-91 - Initial release
  128.  
  129.          ═════════════════════════════════════════════════════════════
  130.