home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / IPC-2.ZIP / IPC.DOC < prev    next >
Text File  |  1991-12-02  |  3KB  |  77 lines

  1.  
  2.  
  3. Maximus IPC Creator
  4. Copyright 1991 by Peter G. Zion.  All rights reserved.
  5.  
  6. OS/2 port by Mark Lehrer of 1:157/535 (thanks for the motivating
  7.                                        comment toward the end!)
  8.  
  9. This program is freeware; and the warrantee reflects it.  Use this
  10. program at your risk.  I promise nothing, except that it works on my
  11. system!
  12.  
  13. (Same for OS/2 version, compiled 12-2-91 with Microsoft C 6.00 - ML)
  14.  
  15.  
  16. -------------------------------------------------------------------
  17.  
  18.  
  19. Maximus IPC Creator is a quick hack I wrote for multi-node Maximus
  20. systems.  It makes it appear as there is someone (whose name and action
  21. you choose) on another node, even when Maximus isn't running on the
  22. node.
  23.  
  24. Usage is simply.  Maximus IPC Creator is run from inside your Maximus
  25. IPC directory (as defined in Max.Ctl).  IPC.EXE accepts three
  26. parameters.  The first is the DECIMAL node number you want the node
  27. number for the "fake user" to be.  The second is the name of the user
  28. you want to appear as being on the node you specified.  The third
  29. parameter is the action that this user is performing.  Both the second
  30. and third parameters must be enclosed in double quotes if they are more
  31. than one word.
  32.  
  33.  
  34. Example:
  35.  
  36. IPC 2 "A User" "Doing something"
  37.  
  38. Will show up in Maximus as:
  39.  
  40. Username                             Node         Status
  41. ───────────────────────────────────  ────  ─────────────────────────────
  42. A User                                  2  Doing something
  43.  
  44.  
  45. Usually, Maximus IPC Creator will be run from a batch file.  For
  46. instance, my BBS batch file does a:
  47.  
  48. cd \tmp         ; My Maximus IPC directory
  49. \util\ipc %1 "Binkley Term" "Waiting for call"
  50.  
  51. ...before loading Binkley Term.  The node number is the variable %1.
  52. This way, if Binkley Term was loaded on node 2, Joe User on node one
  53. would see:
  54.  
  55.  
  56. Username                             Node         Status
  57. ───────────────────────────────────  ────  ─────────────────────────────
  58. Joe User                                1  Available for chat (you)
  59. Binkley Term                            2  Waiting for call
  60.  
  61.  
  62. NOTE #1: this utility has been tested ONLY with Maximus 2.00.  It
  63. probably will work with 1.02, but I haven't bothered to test it.
  64. Besides, you would have to have a real good reason to NOT upgrade to
  65. 2.00...
  66.  
  67. NOTE #2: the source code is included so that Mark Lehrer can get someone
  68. to compile an OS/2 version for him... :-)
  69.  
  70.  
  71. Have fun!
  72.  
  73. Peter G. Zion of 1:249/148
  74. 11-12-91
  75.  
  76.  
  77.