home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / cinet119.zip / maxdoc.txt < prev    next >
Text File  |  1998-04-03  |  5KB  |  96 lines

  1. Setting up Cinet doors with Maxmimus/2.
  2. ---------------------------------------
  3.  
  4.   This is simpler then it looks. I have included in this document an
  5. example cmd file that will work for all Cinet doors.  Also have included a
  6. doorsys.mec file that I use on my system.  Just look at the [istask] lines
  7. and change the com port information as needed.
  8.  
  9.  
  10. Part of my menus.ctl
  11. ---------------------------------------------------------------------------
  12. Menu INTERNET
  13.         MenuFile        Misc\menuinet
  14.         MenuLength      23
  15. NoDsp   Display_File    Misc\doorsys              Normal  "1) Telnet Door"
  16. ReRead  Xtern_OS2  D:\CINET\CINETTEL.CMD_%k_%P_%t Normal  "1) Telnet Door"
  17. NoDsp   Display_File    Misc\doorsys              Normal  "2) FTP Door"
  18. ReRead  XTern_OS2  D:\CINET\CINETFTP.CMD_%k_%P_%t Normal  "2) FTP Door"
  19. NoDsp   Display_File    Misc\doorsys              Normal  "3) IRC Door"
  20. ReRead  XTern_OS2  d:\CINET\CINETIRC.CMD_%k_%P_%t Normal  "3) IRC Door"
  21. NoDsp   Display_File    Misc\doorsys              Normal  "4) Finger Door"
  22. ReRead  XTern_OS2  d:\cinet\CINETFWN.CMD_%k_%P_%t Normal  "4) Finger Door"
  23. NoDsp   Display_File    Misc\doorsys              Normal  "5) World Wide Web"
  24. ReRead  XTern_OS2  d:\cinet\cinetwww.cmd_%k_%P_%t Normal  "5) World Wide Web"
  25. NoDsp   Display_File    Misc\doorsys              Normal  "6) PPP Session"
  26. ReRead  XTern_OS2  d:\cinet\cinetppp.cmd_%k_%P_%t Normal  "6) PPP Session"
  27. NoDsp   Display_File    Misc\doorsys              Normal  "7) Internet Email"
  28.         XTern_DOS  d:\max\doors\ipd\ipd.bat_%k    Normal  "7) Internet Email"
  29.         Display_Menu    MAIN                 Transient "Quit to Main"
  30. End Menu
  31.  
  32. telnet.cmd
  33. ----------
  34. cd\cinet
  35. telnet.exe /N%1 /DD:\MAX\NODE%1\ /T%3 /H%2
  36. exit
  37. -------------------------------------------
  38. %1 = Node number
  39. %2 = Hot Com port Handle
  40. %3 = Time remaining online
  41.  
  42.  
  43. Door.sys
  44. -------
  45. [delete]\max\Node%k\Door.Sys
  46. [open]\max\Node%k\Door.Sys
  47. [islocal             write]COM0:
  48. [isremote][iftask]1 [write]COM2:[comment      COM%P:    COM port]
  49. [isremote][iftask]2 [write]COM4:[comment      COM%P:    COM port]
  50. [isremote][iftask]3 [write]COM5:[comment      COM%P:    COM port]
  51. [write]%b[comment                                       Baud rate]
  52. [write]8 [comment                                       Stop bits]
  53. [write]%k[comment                                       Node number]
  54. [write]N [comment DTE locked? -- Set to baud rate if running a locked port!!!]
  55. [write]Y [comment                                       Screen display]
  56. [write]Y [comment                                       Printer toggle]
  57. [write]Y [comment                                       Page bell]
  58. [write]Y [comment                                       Caller alarm]
  59. [write]%n[comment                                       User's name]
  60. [write]%c[comment                                       User's city]
  61. [write]%h[comment                                       Home phone]
  62. [write]%h[comment                                       Work/data phone]
  63. [write]%e[comment                                       User's password]
  64. [EQ SysOp    ][write]100[comment                        100 / SysOp]
  65. [EQ AsstSysOp][write]80 [comment                        80  / AsstSysop]
  66. [LT AsstSysop][NE Twit][write]30[comment                30  / Normal]
  67. [EQ Twit     ][write]5  [comment                        5   / Twit]
  68. [write]14[comment                                       # of times on]
  69. [write]01/01/90[comment                                 Last date called]
  70. [write]%T[comment                                       Seconds remaining]
  71. [write]%t[comment                                       Minutes remaining]
  72. [colour write]GR[comment                                'GR' for graphics]
  73. [endcolour nocolour write]NG[comment                    'NG' for TTY]
  74. [endcolour][write]%E[comment                            Page Length]
  75. [expert write]Y[comment                                 Help mode]
  76. [regular write]N
  77. [novice write]N
  78. [hotflash write]N
  79. [write]1,2,3,4,5,6,7[comment                            Confs reg'd in]
  80. [write]1 [comment                                       Conf last in]
  81. [write]01/01/99[comment                                 Expiration date]
  82. [write]%u[comment                                       User number]
  83. [write]X [comment                                       Default protocol]
  84. [write]0
  85. [write]0
  86. [write]0
  87. [write]9999
  88. --------------
  89.  
  90. Written by: Shawn 'Tiny' Highfield
  91.             Tiny's BBS - (905)723-1575
  92.             telnet://tinys.oix.com
  93.             http://tinys.oix.com
  94.  
  95.  
  96.