home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / getcfgpk.zip / GETCFGPK.EXE / GETCFG.RSP < prev    next >
Text File  |  1997-05-15  |  14KB  |  257 lines

  1. **************************************************************
  2. *                                                            *
  3. *  SUMMARY OF KEYWORDS                                       *
  4. *  -------------------                                       *
  5. *                                                            *
  6. *  Process=                                                  *
  7. *  CustomerNumber=                                           *
  8. *  AutoMachineName=                                          *
  9. *  MachineName=                                              *
  10. *  PMRNumber=                                                *
  11. *  ContactFirstName=                                         *
  12. *  ContactLastName=                                          *
  13. *  ContactPhoneNumber=                                       *
  14. *  CompanyName=                                              *
  15. *  ContactEmail=                                             *
  16. *  MachineType=                                              *
  17. *  MemoryAmount=                                             *
  18. *  OS2Drive=                                                 *
  19. *                                                            *
  20. **************************************************************
  21.  
  22. **************************************************************
  23. *                                                            *
  24. * Multiple or Single Processed (Required)                    *
  25. *                                                            *
  26. *    Allows GETCFG to run via separate processes or threads. *
  27. *                                                            *
  28. *                                                            *
  29. *   Valid Parms:                                             *
  30. *                                                            *
  31. *      M=Multiple                                            *
  32. *        or                                                  *
  33. *      S=Single (use when booted with diskettes)             *
  34. *                                                            *
  35. *   Length: 1 character                                      *
  36. *                                                            *
  37. *   Example:                                                 *
  38. *      Process=M                                             *
  39. *                                                            *
  40. *   This will make GETCFG run faster by having some routines *
  41. *   run simultaneously by taking advantage of OS/2 multi-    *
  42. *   tasking.                                                 *
  43. *                                                            *
  44. **************************************************************
  45.  
  46. Process=M
  47.  
  48. **************************************************************
  49. *                                                            *
  50. * Customer Number (Required)                                 *
  51. *                                                            *
  52. *    Specifies your IBM Service Number (7-digits) or         *
  53. *    your Service Customer Number (8-digits).  Must be       *
  54. *    all numeric!  This is critical for getting input        *
  55. *    automatically into the proper database record.          *
  56. *                                                            *
  57. *    Length:   7 or 8 digits                                 *
  58. *                                                            *
  59. *    Example:  CustomerNumber=9999999                        *
  60. *           or CustomerNumber=99999999                       *
  61. *                                                            *
  62. **************************************************************
  63.  
  64. CustomerNumber=
  65.  
  66. **************************************************************
  67. *                                                            *
  68. * Auto Machine Name (Required)                               *
  69. *                                                            *
  70. *    When YES is specified, GETCFG will use the Machine      *
  71. *    Name from the IBMLAN.INI file.  This is the name        *
  72. *    your machine goes by on your network and should be      *
  73. *    unique.  When NO is specified, you MUST specify a       *
  74. *    machine name in the next parameter.                     *
  75. *                                                            *
  76. *    Valid Parms:                                            *
  77. *                                                            *
  78. *       AutoMachineName=YES                                  *
  79. *       AutoMachineName=NO                                   *
  80. *                                                            *
  81. **************************************************************
  82.  
  83. AutoMachineName=YES
  84.  
  85. **************************************************************
  86. *                                                            *
  87. * Machine Name (Required)                                    *
  88. *                                                            *
  89. *    Specifies the name of the machine as you want it        *
  90. *    to appear in our database.  GETCFG will ignore this     *
  91. *    parameter if AutoMachineName=YES.  If a machine is      *
  92. *    an OS/2 Lan Requester or Server, than GETCFG will       *
  93. *    use the machine name from the IBMLAN.INI file unless    *
  94. *    you specify AutoMachineName=NO.                         *
  95. *                                                            *
  96. *    Length: up to 8 alpha-numeric                           *
  97. *                                                            *
  98. *    Example:                                                *
  99. *                                                            *
  100. *       MachineName=1F044   // cubicle #                     *
  101. *    or MachineName=DOEJOHN // Last Name, First Name         *
  102. *       etc...                                               *
  103. *                                                            *
  104. **************************************************************
  105.  
  106. MachineName=
  107.  
  108. ***************************************************************
  109. *                                                             *
  110. * PMR Number (Preferred)                                      *
  111. *                                                             *
  112. *    Specifies a PMR number you are working on or one         *
  113. *    that you opened using the above Customer Number.         *
  114. *    This is the second most important value for determining  *
  115. *    which database account to input these files into.        *
  116. *                                                             *
  117. *    Examples:                                                *
  118. *                                                             *
  119. *       PMRNumber=33x33,333                                   *
  120. *       PMRNumber=33x33,333,456 // country other than U.S.A.  *
  121. *                                                             *
  122. ***************************************************************
  123.  
  124. PMRNumber=
  125.  
  126. **************************************************************
  127. *                                                            *
  128. * Contact First Name (Preferred)                             *
  129. *                                                            *
  130. *    Specifies the first name of a contact listed in our     *
  131. *    entitlement system for the above Customer Number.       *
  132. *                                                            *
  133. *    Example:                                                *
  134. *                                                            *
  135. *       ContactFirstName=John                                *
  136. *                                                            *
  137. **************************************************************
  138.  
  139. ContactFirstName=
  140.  
  141. **************************************************************
  142. *                                                            *
  143. * Contact Last Name (Preferred)                              *
  144. *                                                            *
  145. *    Specifies the last name of a contact listed in our      *
  146. *    entitlement system for the above Customer Number.       *
  147. *                                                            *
  148. *    Example:                                                *
  149. *                                                            *
  150. *       ContactFirstName=Doe                                 *
  151. *                                                            *
  152. **************************************************************
  153.  
  154. ContactLastName=
  155.  
  156. **************************************************************
  157. *                                                            *
  158. * Contact Phone Number (Preferred)                           *
  159. *                                                            *
  160. *    Specifies the phone number for a contact listed in our  *
  161. *    entitlement system for the above Customer Number.       *
  162. *                                                            *
  163. *    Examples:                                               *
  164. *                                                            *
  165. *       ContactPhoneNumber=333-333-3333                      *
  166. *                       or 3333333333                        *
  167. *                                                            *
  168. **************************************************************
  169.  
  170. ContactPhoneNumber=
  171.  
  172. **************************************************************
  173. *                                                            *
  174. * Contact Email Address (Preferred)                          *
  175. *                                                            *
  176. *    Specifies your Email address.  If specified, you        *
  177. *    will receive notification that the upload was received  *
  178. *    successfully or not.                                    *
  179. *                                                            *
  180. *    Example:                                                *
  181. *                                                            *
  182. *       ContactEmail=JohnDoe@austin.ibm.com                  *
  183. *                                                            *
  184. **************************************************************
  185.  
  186. ContactEmail=
  187.  
  188. **************************************************************
  189. *                                                            *
  190. * Company Name (Preferred)                                   *
  191. *                                                            *
  192. *    Specifies your Company Name as it appears in            *
  193. *    our entitlement system for the above Customer Number.   *
  194. *    Try not to abbreviate unless that is the usual way      *
  195. *    to spell the company name.                              *
  196. *                                                            *
  197. *    Examples:                                               *
  198. *                                                            *
  199. *       CompanyName=IBM                                      *
  200. *    or CompanyName=Gump's Shrimp Company                    *
  201. *                                                            *
  202. **************************************************************
  203.  
  204. CompanyName=
  205.  
  206. **************************************************************
  207. *                                                            *
  208. * Machine Type (Preferred)                                   *
  209. *                                                            *
  210. *    Specifies your Machine Type.  Qsystem does not          *
  211. *    accurately gather the machine type.                     *
  212. *                                                            *
  213. *    Examples:                                               *
  214. *                                                            *
  215. *       MachineType=IBM PC750 6887-86B                       *
  216. *    or MachineType=IBM Aptiva 2144-82P                      *
  217. *                                                            *
  218. **************************************************************
  219.  
  220. MachineType=
  221.  
  222. **************************************************************
  223. *                                                            *
  224. * Memory Amount (Preferred)                                  *
  225. *                                                            *
  226. *    Specifies the amount of memory in MB.                   *
  227. *    Qsystem does not accurately gather this info            *
  228. *    for some machines.                                      *
  229. *                                                            *
  230. *    Examples:                                               *
  231. *                                                            *
  232. *       MemoryAmount=60                                      *
  233. *    or MachineAmount=32                                     *
  234. *                                                            *
  235. **************************************************************
  236.  
  237. MemoryAmount=
  238.  
  239. **************************************************************
  240. *                                                            *
  241. * OS/2 Partition (Required with multiple OS/2 partitions)    *
  242. *                                                            *
  243. *    Specifies the OS/2 partition you are interested         *
  244. *    in gathering information about.  The LIBPATH of         *
  245. *    the config.sys will be queried to determine where       *
  246. *    some of the applications for this partition reside.     *
  247. *                                                            *
  248. *    Examples:                                               *
  249. *                                                            *
  250. *       OS2Drive=C                                           *
  251. *    or OS2Drive=D                                           *
  252. *                                                            *
  253. **************************************************************
  254.  
  255. OS2Drive=
  256.  
  257.