home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / modem.madness / SMMTRBBS / TAPST12.ZIP / TAPST12.DOC < prev   
Encoding:
Text File  |  1993-10-17  |  4.5 KB  |  119 lines

  1.                              TriAutoPost v1.2
  2.                        (c) 1993 By Hugues Scarlata
  3.                              For  TriBBS v5.x
  4.                    -=*=- -=*=- -=*=- -=*=- -=*=- -=*=-
  5.  
  6. DISCLAIMER:
  7.       I relinquish any and all responsability for anything that may
  8.       occur due to the use of this program, correctly or incorrectly.
  9.       I am in no way libel for any damage that is attributed to the
  10.       use of this program by any and all persons.
  11.  
  12. WHAT IT IS:                                                      
  13.       TriAutoPost is a simple Door for TriBBS boards, that will allow
  14.       your users to send Auto Messages that will be read by all the
  15.       callers, when they log on, until the Auto Message is changed.
  16.  
  17. INSTALLING TRIAUTOPOST:
  18.       Installation of TriAutoPost is very easy, make a new directory
  19.       that will contain all the files contained in this archive. The
  20.       next step is to create a configuration file, you can call it
  21.       whatever you want. The configuration file is a plain ASCII text
  22.       file and should follow the following format:
  23.  
  24.          Line 1: Door data file type.
  25.          Line 2: Path to the door data file(s).
  26.          Line 3: BBS Name.
  27.          Line 4: Sysop's name.
  28.          Line 5: Locked baud rate.
  29.          Line 6: Path and name for the @-Codes screen.
  30.          Line 7: Tells TriAutoPost if it should use aliases.
  31.          Line 8: Tells TriAutoPost if it should create a log.
  32.  
  33.       As illustrated above, the door data file type is specified in 
  34.       Line 1 and can be PCB for PCBoard, GAP for GAP (DOOR.SYS), SF
  35.       for SpitFire, RBBS for RBBS, WC for WildCat!, TRIBBS for TriBBS
  36.       or WWIV for WWIV. The locked baud rate is specified on line 5.
  37.       If you don't lock your serial port, you must specify 0 for the 
  38.       locked baud rate.  NOTE: Although many door formats do pass the
  39.       locked baud rate in the door data files, some older formats 
  40.       such as RBBS do not. For conformity, TriAutoPost requires that
  41.       you specify the locked baud rate in line 5 and ignores any 
  42.       value passed in the door data files.
  43.       Line 6 is the path and name of the screen that TriAutoPost will 
  44.       create. @-Color Codes will be used in the screen, so you only 
  45.       need to specify the path of the .BBS screen.
  46.       Line 7 should be Y if you want TriAutoPost to use the caller's
  47.       alias, or N to use the caller's real name.
  48.       Line 8 should be Y if you want TriAutoPost to create a log of
  49.       all the messages that have been sent, this file will be called
  50.       AUTOPOST.LOG. If you don't want to use this feature, put a N
  51.       instead.
  52.      
  53.       The following is a sample door configuration file:
  54.  
  55.       TRIBBS
  56.       C:\TRIBBS
  57.       Player One
  58.       Hugues Scarlata
  59.       38400
  60.       C:\TRIBBS\DISPLAY\LOGON3.BBS
  61.       N
  62.       Y
  63.  
  64. RUNNING TRIAUTOPOST:
  65.       To run TriAutoPost you must create a batch file that will 
  66.       change to the directory where TriAutoPost is installed, 
  67.       run the door, and load back the board. 
  68.  
  69.       This is an example batch file:
  70.  
  71.       @ECHO OFF
  72.       CD\AUTOPOST
  73.       AUTOPOST AUTOPOST.CFG
  74.       CD\TRIBBS
  75.       BOARD
  76.  
  77.       TriAutoPost can be run locally without a door data file, by 
  78.       specifying LOCAL after the configuration file parameter in the
  79.       DOS command line. 
  80.  
  81.       Example:
  82.  
  83.       AUTOPOST AUTOPOST.CFG LOCAL
  84.  
  85. SUPPORT:
  86.       The fastest way to contact me is by leaving a message  
  87.       on my board: 
  88.       
  89.       Player One - (301) 299-1196 - 14400 v.32bis
  90.  
  91.       I can also be reached on:
  92.  
  93.       *  The 3rd Party Support Conference on the WME Network.
  94.       
  95.       *  CompuServe: 75720,1411 
  96.       
  97.       *  America OnLine: DJ Snoop
  98.       
  99.       *  Prodigy: RPGC44A
  100.  
  101. -----------------------------------------------------------------------------
  102.  Files included in TAPST12.ZIP (Or ARJ, LZH...)
  103.  
  104.   AUTOPOST.EXE  :   The TriAutoPost Program.
  105.   AUTOPOST.CFG  :   Sample Configuration File.
  106.   TAPST12.DOC   :   TriAutoPost 1.2 Documentation (this file)
  107.   FILE_ID.DIZ   :   Description File.
  108.   DESC.SDI      :   Description File.
  109.   P1AD.EXE      :   Ad for Player One BBS (Run It!!! <G> )
  110.   README.1ST    :   As the name says, read it first! :)
  111.   HISTORY.DOC   :   TriAutoPost Versions History.
  112. -----------------------------------------------------------------------------
  113.  
  114. TriAutoPost was compiled with Turbo C++ 3.0 and TriDoor 1.22 (By Mark Goodwin)
  115.  
  116.  
  117.   Thanks For Using TriAutoPost!!!
  118.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  119.