home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / bbs / rontools3.lha / Ron-Tools.No3 / ChatPage / Docfiles / QuickSetup.doc < prev    next >
Encoding:
Text File  |  1994-12-12  |  2.7 KB  |  96 lines

  1.                                                            
  2.               ______ __             __   ______                
  3.              / __  // /           _/ /_ / __  /               
  4.             / /  -'/ /___ ______ /  __// /_/ /______  ______ ______
  5.            / /    / __  // __  / / /  / ____// __  / / __  // ____/
  6.           / /___ / / / // __  / / /_ / /    / __  / / /_/ // __/_
  7.           \____//_/ /_//_/ /_/ /___//_/    /_/ /_/ _\__  //_____/
  8.                                                   /_____/
  9.                                                   
  10.                                    V1.00
  11.  
  12.                    The One and Only XenoLink ChatDoor!!
  13.  
  14.                        (c)1992-1994 by Ron Klinkien
  15.  
  16. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  17.  
  18. QUICK INSTALLATION:
  19. ~~~~~~~~~~~~~~~~~~
  20. Compared with previous versions of ChatPage, there is now some more work to do.
  21.  
  22. 1) First create the following directories:
  23.  
  24.       XLOG:ChatPage
  25.    XCONFIG:ChatPage
  26.      DOORS:ChatPage
  27.      DOORS:ChatPage/Samples
  28.      DOORS:ChatPage/TextScreens
  29.  
  30.    The 'XLOG:ChatPage' dir will be empty until you run ChatPage for the first time
  31.    , the LogFiles will be created automatically.
  32.  
  33.    After creating the above directories:
  34.  
  35. 2) Copy the ChatPage and the DSound executables to DOORS:ChatPage/
  36.  
  37. 3) Copy the .cfg files to XCONFIG:ChatPage/
  38.  
  39.    NOTE #1: Old ChatPage.CFG files (older than V1.00 are no longer compatible!!)
  40.             So rename or move them...
  41.    NOTE #2: There is a Dutch Config file included, just rename it to ChatPage.cfg
  42.             if you wanna use it...
  43.  
  44. 4) Copy the TextScreens/#? files to DOORS:ChatPage/TextScreens/ directory...
  45.  
  46. 5) Copy the PageStat & PageENV commands somewhere in your path
  47.    (eg. XENOLINK:Utilities/)
  48.  
  49. 6) Edit your 'SysOp Page' menu entries in your Xenolink menu files.
  50.  
  51.    NOTE: Since there are no separate chatter anymore these entries also have
  52.          changed! So check al your menu source files!
  53.  
  54. --------------8<--- Cut here ---8<----------------
  55.  
  56. ; The pager
  57.  
  58. CMD = "C"
  59.    {
  60.       XenolinkDoor "DOORS:ChatPage/ChatPage ~20"
  61.    }
  62.  
  63. ; The fullscreen chatter
  64.  
  65. CMD = "-"
  66.    {
  67.       Print ""
  68.       CommandPassword "-"
  69.       Print ""
  70.       XenolinkDoor "DOORS:ChatPage/ChatPage ~20 FullChat"
  71.    }
  72.  
  73. ; The splitscreen chatter
  74.  
  75. CMD = "="
  76.    {
  77.       Print ""
  78.       CommandPassword "="
  79.       Print ""
  80.       XenolinkDoor "DOORS:ChatPage/ChatPage ~20 SplitChat"
  81.    }
  82.  
  83. --------------8<--- And here ---8<----------------
  84.  
  85.  
  86. So the users type 'C' to page you, if you wnat to break in for a chat you
  87. can use 2x - or 2x = to enter the fullscreen- or splitscreen chatter.
  88.  
  89.  
  90. 7) And compile the altered menu files. ( eg. with menu #?.src )
  91.  
  92.  
  93. Thats All...
  94.  
  95. For info about the contents of the config files, read ChatPage.doc ...
  96.