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