home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / TRIBBS / TCLNG10.ZIP / TRICLNG.DOC < prev    next >
Text File  |  1994-01-23  |  4KB  |  102 lines

  1.                           TriChangeLanguage 1.0
  2.                        (c) 1994 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.       TriChangeLanguage is a small and simple door for TriBBS boards
  14.       that will allow the user to change the current language while
  15.       on-line. 
  16.  
  17. INSTALLING TRICHANGELANGUAGE:
  18.       Installation of TriChangeLanguage is very easy, make a new 
  19.       directory that will contain all the files contained in this 
  20.       archive. The next step is to create a configuration file, you 
  21.       can call it whatever you want. The configuration file is a plain 
  22.       ASCII text 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 to the current node's NWORK directory.
  30.          Line 7: Path and name of the current node's LANGUAGE.MNU file.
  31.  
  32.       As illustrated above, the door data file type is specified in 
  33.       Line 1 and can be PCB for PCBoard, GAP for GAP (DOOR.SYS), SF
  34.       for SpitFire, RBBS for RBBS, WC for WildCat!, TRIBBS for TriBBS
  35.       or WWIV for WWIV. The locked baud rate is specified on line 5.
  36.       If you don't lock your serial port, you must specify 0 for the 
  37.       locked baud rate.  NOTE: Although many door formats do pass the
  38.       locked baud rate in the door data files, some older formats 
  39.       such as RBBS do not. For conformity, TriChangeLanguage requires 
  40.       that you specify the locked baud rate in line 5 and ignores any 
  41.       value passed in the door data files.
  42.       Line 6 is the Path of the node's NWORK directory.
  43.       Line 7 is the Path and Name of the node's LANGUAGE.MNU file.
  44.  
  45.       The following is a sample door configuration file:
  46.  
  47.       TRIBBS
  48.       C:\TRIBBS
  49.       Player One
  50.       Hugues Scarlata
  51.       38400
  52.       C:\TRIBBS\NWORK
  53.       C:\TRIBBS\NWORK\LANGUAGE.MNU
  54.  
  55. RUNNING TRICHANGELANGUAGE:
  56.       To run TriChangeLanguage you must create a batch file that 
  57.       will change to the directory where TriChangeLanguage is 
  58.       installed, run the door, and load back the board. 
  59.  
  60.       This is an example batch file:
  61.  
  62.       @ECHO OFF
  63.       CD\TRICLNG
  64.       TRICLNG TRICLNG.CFG
  65.       CD\TRIBBS
  66.       BOARD
  67.  
  68.  
  69. SUPPORT:
  70.       The fastest way to contact me is by leaving a message  
  71.       on my board: 
  72.       
  73.       Player One - (301) 299-1196 - 14400 v.32bis
  74.  
  75.       I can also be reached on:
  76.  
  77.       *  The 3rd Party Support Conference on the WME Network.
  78.       
  79.       *  CompuServe: 75720,1411 
  80.       
  81.       *  America OnLine: DJ Snoop
  82.       
  83.       *  Prodigy: RPGC44A
  84.  
  85. -----------------------------------------------------------------------------
  86.  Files included in TCLNG10.ZIP (Or ARJ, LZH...)
  87.  
  88.   TRICLNG.EXE   :   The TriChangeLanguage Program.
  89.   TRICLNG.CFG   :   Sample Configuration File.
  90.   TRICLNG.DOC   :   TriChangeLanguage Documentation (this file)
  91.   FILE_ID.DIZ   :   Description File.
  92.   DESC.SDI      :   Description File.
  93.   P1AD.EXE      :   Ad for Player One BBS (Run It!!! <G> )
  94. -----------------------------------------------------------------------------
  95.  
  96. TriChangeLanguage was compiled with Turbo C++ 3.0, TriDoor 1.22 and the
  97. TriBBS API (both (c) by Mark Goodwin).
  98.  
  99.  
  100.   Thanks For Using TriChangeLanguage!!!
  101.   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  102.