home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / ad109f66.zip / ChatServer.Doc < prev    next >
Text File  |  1996-02-26  |  1KB  |  35 lines

  1.  
  2. ChatServer Documentation   --   AdeptSoft 1996
  3.  
  4. What is ChatServer?
  5. -------------------
  6. ChatServer is a small program which receives chat packets from Adept.Exe and
  7. routes them to the places they need to go.
  8.  
  9. Do I need to use ChatServer?
  10. ----------------------------
  11. You need to run ChatServer if you wish to allowing chatting between users
  12. on different nodes.
  13.  
  14. How do I run ChatServer?
  15. ------------------------
  16. ChatServer can run in the background, minimized. You should never need to
  17. see it. The simplest way is to place this command in your STARTUP.CMD file.
  18.  
  19. START /MIN \ADEPT\CHATSERVER.EXE
  20.  
  21. ChatServer requires a command line parameter to specify the number of nodes
  22. it will be working with. By default, ChatServer will operate on 4 nodes.
  23. To change the number of nodes, just specify the number of nodes on the
  24. command line like so:
  25.  
  26. ChatServer xx
  27.  
  28. Where 'xx' is the number of nodes it should expect to work with. If you have
  29. an 8 node system, you would use:
  30.  
  31. ChatServer 8
  32.  
  33.  
  34.  
  35.