home *** CD-ROM | disk | FTP | other *** search
/ The Developer Connection…ice Driver Kit for OS/2 3 / DEV3-D1.ISO / prodtool / forbrows / forbrows.ctl < prev    next >
Encoding:
Text File  |  1993-05-26  |  3.6 KB  |  74 lines

  1. * Example Control File for FORBROWS
  2. * ***********************************************************************
  3. * Following are the paths for the fora servers.
  4. *
  5. * After the vertical bar is the description
  6. * for the Fora Server.  There should not be a space between the
  7. * final character of the foraserver pathname and the vertical
  8. * bar description delimiter.
  9. *
  10. * The first FORASERVER in the list is the default for new ForBrows users.
  11. * Starting with v2.83, FORASERVER= statements can include non-UNC pathnames.
  12. *
  13. FORASERVER=\\yktos02\core|CORE Conference Disk
  14. FORASERVER=\\ykprs01\devfora|COREDEV Conference Disk
  15. FORASERVER=\\yktos02\ibmpc|IBM Personal Computer Conference Disk (IBMPC)
  16. FORASERVER=\\yktos02\ibmtext|IBM Text Processing Conference Disk (IBMTEXT)
  17. FORASERVER=\\yktos02\ibmvm|IBM VM Conference Disk (IBMVM)
  18. FORASERVER=\\yktos02\ibmunix|IBMUNIX Conference Disk (IBMUNIX)
  19. * The next example statement shows a non-UNC foraserver path.  NOTE that the
  20. * k: disk must already have been accessed before starting FORBROWS
  21. *FORASERVER=k:\|IBMUNIX Conference Disk (IBMUNIX)
  22. *
  23. * ***********************************************************************
  24. * The REPREGSERVER= statement is used to REPlace REGistered SERVER info
  25. * in FORBROWS.INI.  If you someday change FORASERVERs, you will need to
  26. * be able to have the change reflected in the user's registered fora lists.
  27. * Only one REPREGSERVER statement per FORBROWS.CTL file is currently supported.
  28. * The following example changes all occurences of \\os2tools to \\yktos02
  29. * in the user's registered fora lists.
  30. *
  31. *REPREGSERVER=\\yktos02\ibmpc \\yktos02\confdisk\ibmpc
  32. *
  33. * ***********************************************************************
  34. * The HOSTTYPE= statement is used to identify the kinds of EHLLAPI commands
  35. * that FORBROWS should use when uploading an posting appends.  The
  36. * following are currently provided or planned:
  37. *    HOSTTYPE=VM          (for standard VM systems)
  38. *  These are planned, but not yet supported
  39. *    HOSTTYPE=DIALIBM     (for EMEA's DIALIBM systems)
  40. *    HOSTTYPE=IBMLINK     (for IBM/US's IBMLINK...not yet implemented
  41. *
  42. * HOSTTYPE= IBMLINK
  43. HOSTTYPE=VM
  44. *
  45. * ***********************************************************************
  46. * The HOSTSERVER= statement is used to list the various VM TOOLSRUN master
  47. * servers which we can append to.  This info is used in the async version
  48. * of FORBROWS to support building an Append skeleton file in TOOLNOTE
  49. * format.  Currently a max of 20 entries is supported.
  50. *
  51. * The format of this entry is:
  52. *   HOSTSERVER=confname vmmasternode vmserverid diskname
  53. *
  54. * where confname= subdirectory name (lowest level). For example, if
  55. * you keep your fora in c:\conf\fora, then you would use "fora" as
  56. * the first parm after the HOSTSERVER=:
  57. *          HOSTSERVER=FORA YKTVMV IBMPC IBMPC
  58. *
  59. * NOTE: when creating an append, FORBROWS first examines the name of
  60. * the subdirectory of the forum that is being browsed.  It then searches
  61. * thru the HOSTSERVER= statements to see if there is a "confname" value
  62. * that matches the fora subdirectory.  It then uses the information to
  63. * build the "Append:" line.  If there is no HOSTSERVER= statement for
  64. * the fora subdirectory, the "Append:" line will probably contain
  65. * invalid information, and may be rejected during the later upload step.
  66. *
  67. HOSTSERVER=IBMPC YKTVMV IBMPC IBMPC
  68. HOSTSERVER=OS2BBS HONE80 OS2 OS2BBS
  69. HOSTSERVER=IBMVM KGNVMZ IBMVM IBMVM
  70. HOSTSERVER=IBMTEXT ALMVMA TEXTMSTR IBMTEXT
  71. HOSTSERVER=IBMUNIX YKTVMH3 IBMUNIX IBMUNIX
  72. HOSTSERVER=IBMMVS POKVMCR3 TOOLS IBMMVS
  73. HOSTSERVER=CORE YKTVMZ NETLAB CORE
  74.