home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / TE2HOST.ZIP / TE2HOST.DOC < prev    next >
Text File  |  1990-12-28  |  4KB  |  87 lines

  1.                                     TE/2 Host Mode Script File Suite
  2.                                                       Copyright 1990
  3.                                                      Oberon Software
  4.                                                518 Blue Earth Street
  5.                                                    Mankato, MN 56001
  6.                                                  Voice: 507-388-7001
  7.                                                  BBS:   507-388-1154
  8.  
  9.                                                    28 December, 1990
  10.  
  11.  
  12. The following is minimal documentation for the suite of script files
  13. which comprise the TE/2 host mode.
  14.  
  15. Installation:
  16.  
  17. It is recommended that you create a subdirectory named "host"
  18. underneath your standard script file directory ("scriptPath" in
  19. TE2.INI).  Place the script file TE2HOST.SCR in the default script
  20. directory and all other .SCR files in this set in the "host"
  21. subdirectory.
  22.  
  23. Refer to the beginning of the file TE2HOST.SCR.  Three global
  24. variables are defined there: "HomePath", "PublicPath", and
  25. "HostULPath".  They are, respectively, the directory for the various
  26. support and configuration files, the directory which should contain
  27. files available to everyone for download, and the directory in which
  28. uploaded files will be placed.  Decided what these directories will
  29. be on your system and edit the file accordingly.  The three supplied
  30. support files USER.LST, BULLETIN.DAT, and LOGO.DAT should be placed
  31. into the directory referenced by "HomePath".
  32.  
  33. Next, edit the USER.LST file for the users you wish to allow on your
  34. system.  The host mode is implemented as a "closed" system, i.e., no
  35. new callers without prior knowledge.  It probably wouldn't be too
  36. hard to modify the scrip to allow an "open" system.  Look at the
  37. routines in HOSTMODE.SCR for ideas.  Refer to the comments in
  38. HOSTMODE.SCR near the subroutine "FindUserName" for information of
  39. the structure of USER.LST.
  40.  
  41. There are other configuration variables defined in the files
  42. TE2HOST.SCR and HOSTMODE.SCR which determine tihngs like MaximumBaud
  43. and modem initialization strings.  Edit these to match your system.
  44.  
  45.  
  46. Executing:
  47.  
  48. Once you've got all of the files in place and all of the
  49. configuration information set, all you have to do from a TE/2
  50. terminal mode screen is type Alt-/ and then "call te2host" at the
  51. "Command:" prompt.
  52.  
  53. You can exit host mode anytime a user is not online by typing ESCape.
  54.  
  55.  
  56.  
  57. Files and Directories:
  58.  
  59. The default file and directory setup assumed by these scripts is:
  60.  
  61.   \TE2              TE/2 executable and support files
  62.   \TE2\SCR          Default script file path
  63.   \TE2\SCR\HOST     Extra host mode scripts [other than TE2HOST.SCR]
  64.   \TE2\HOST         "Home" directory, host mode config & support files
  65.   \TE2\HOST\PUBLIC  Default directory for host mode users
  66.   \TE2\HOST\UL      Directory for host mode user uploads
  67.  
  68.  
  69. The default modem setup is a garden variety, Hayes compatible, 2400
  70. baud modem (although there is one variable, "Reliable9600", all set
  71. up for a USR HST or DS modem).
  72.  
  73. The default sysop's name is JOE SYSOP and his password is PASSWD.
  74.  
  75.  
  76. Disclaimer:
  77.  
  78. These files are not guarenteed to be free from error or suitable to
  79. any arbitrary purpose, nor do they imply a commitment of any sort on
  80. the part of Oberon Software.  Use these routines at your own risk,
  81. Oberon Software will not be liable for any damages, loss of business,
  82. property, and/or revenue resulting from the use or misuse of these
  83. routines.  Your use of these files implies your acceptance of the
  84. above statements.
  85.  
  86.  
  87.