home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR10 / CSEDB2.ZIP / CSEDIT.ZIP / CSEDIT2.INF (.txt) < prev    next >
OS/2 Help File  |  1993-07-18  |  13KB  |  269 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. CS-Edit/2 ΓòÉΓòÉΓòÉ
  3.  
  4.               CS-Edit/2 
  5.  
  6.     "Peace of mind for your OS/2 2.x CONFIG.SYS" 
  7.  
  8.            Online Help and Reference 
  9.  
  10. (c) Copyright 1993 Multitask Consulting Pty Ltd. All rights reserved. 
  11.  
  12. IBM, Operating System/2, and OS/2 are registered trademarks of International 
  13. Business Machines Corporation. 
  14.  
  15. CompuServe is a registered trademark of CompuServe, Inc.. 
  16.  
  17. PKZIP and PKUNZIP are registered trademarks of PKWARE, Inc. 
  18.  
  19.  
  20. ΓòÉΓòÉΓòÉ 2. Software License Agreement ΓòÉΓòÉΓòÉ
  21.  
  22. Software License Agreement 
  23.  
  24. Please read this agreement carefully and make sure that you accept its terms 
  25. before using CS-Edit/2. By installing or using this product, you are agreeing 
  26. to be bound by the terms and conditions herein. 
  27.  
  28. This software is protected by copyright law and international treaty 
  29. provisions. You may treat this software like a book, or other material bound by 
  30. copyright law. You may only make copies of this software to back it up, to 
  31. protect your investment in this software. 
  32.  
  33. This software may be installed on more than one machine, and can be freely 
  34. moved from one machine to another, as long as there is no possibility that more 
  35. than one copy may be in use at any particular moment. For example, a LAN 
  36. Administrator may install a copy of this software on each machine on the LAN, 
  37. as long as only the LAN Administrator is allowed to run it, and thus only one 
  38. copy would be active at any point in time. 
  39.  
  40. Multitask Consulting disclaims all warranties as to this software, whether 
  41. expressed or implied, including, without any limitation, any implied warranty 
  42. of the product to sell itself, usefulness for any particular purpose, 
  43. functionality or data or system integrity. 
  44.  
  45.  
  46. ΓòÉΓòÉΓòÉ 3. Introduction ΓòÉΓòÉΓòÉ
  47.  
  48. CS-Edit/2 is an intelligent CONFIG.SYS editor for OS/2 2.0 and 2.1. 
  49.  
  50. It is a tool that can make maintaining your system much easier, and also let 
  51. you learn about your machines' configuration with a minimum of effort. 
  52.  
  53. CS-Edit/2's goal is to only allow a valid CONFIG.SYS file to be written to 
  54. disk, and to only allow valid additions and updates to be made to any existing 
  55. CONFIG.SYS. 
  56.  
  57. What this means for OS/2 users is that they no longer have to edit their 
  58. CONFIG.SYS manually, and that help is always available for items of which you 
  59. are unsure. The net result being a computer that always comes up, and an 
  60. increased knowledge about your system and about OS/2 itself. 
  61.  
  62. We hope that you will find CS-Edit/2 useful and that it becomes your preferred 
  63. method for making updates to your CONFIG.SYS. 
  64.  
  65.  
  66. ΓòÉΓòÉΓòÉ 4. Glossary ΓòÉΓòÉΓòÉ
  67.  
  68.  You can use the SET command in the CONFIG.SYS to set the value of Work Place 
  69. Shell (WPS) environment variables. One of these variables is GLOSSARY. 
  70.  
  71. The GLOSSARY variable holds a list of directories that contain Help Files ( 
  72. these have a .HLP extension) which are used by the Glossary object that is 
  73. found in the Information folder on your desktop. 
  74.  
  75. The normal value of this statement is x:\OS2\HELP\GLOSS where x is the drive 
  76. your machine is booted from. 
  77.  
  78. Example: 
  79.  
  80. To set the GLOSSARY environment variable to its normal value for a machine with 
  81. OS/2 installed on the C: drive, insert the line 
  82.  
  83. SET GLOSSARY=C:\OS2\HELP\GLOSS;
  84.  
  85. in your CONFIG.SYS 
  86.  
  87.  
  88. ΓòÉΓòÉΓòÉ 5. SET Statements ΓòÉΓòÉΓòÉ
  89.  
  90. The sections following this details various set statements that can be found in 
  91. the CONFIG.SYS and explain them in more detail.
  92.  
  93.  
  94. ΓòÉΓòÉΓòÉ 5.1. IPF_KEYS ΓòÉΓòÉΓòÉ
  95.  
  96. IPF_KEYS is an environment variable that is used by the Information 
  97. Presentation Facility of OS/2 to allow selective hiding of information 
  98. depending on which users are viewing the information. 
  99.  
  100. Usually the variable is set to either SBCS or DBCS by OS/2 2.1 installation, so 
  101. that only the appropriate help will be shown for system commands and for the 
  102. online references that are shipped with OS/2. 
  103.  
  104. In some situations, more than one level of information may need to be shown, 
  105. and the levels may be concatenated in the IPF_KEYS statement with a '+' 
  106. character. 
  107.  
  108. Example: 
  109.  
  110. To view both Single Byte Character Set and Double Byte Character Set 
  111. information, you might use the following IPF_KEYS statement in your CONFIG.SYS 
  112.  
  113. SET IPF_KEYS=DBCS+SBCS
  114.  
  115.  
  116. ΓòÉΓòÉΓòÉ 5.2. TZ ΓòÉΓòÉΓòÉ
  117.  
  118. TZ is an environment variable that is used by the C Compiler and some 
  119. applications to define the time zone that you are currently in. 
  120.  
  121. Usually the variable is set for you by the compiler installation, or 
  122. application installation. 
  123.  
  124. In some situations, however, and application may need this variable set, and it 
  125. may not be present in your CONFIG.SYS. CS-Edit/2 will allow you to add this 
  126. statement from the Line->Add menu option. 
  127.  
  128. Information about the format of the TZ statement is on the next page. Press the 
  129. Forward button to proceed to the next page. 
  130.  
  131.  
  132. ΓòÉΓòÉΓòÉ 5.2.1. Description of TZ format. ΓòÉΓòÉΓòÉ
  133.  
  134. SET TZ=SSS[+|-]nDDD[,sm,sw,sd,st,em,ew,ed,et,shift]
  135.  
  136.  
  137. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  138. ΓöéVariable  ΓöéDescription                   ΓöéDefault Value  Γöé
  139. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  140. ΓöéSSS       ΓöéStandard timezone identifier. ΓöéEST            Γöé
  141. Γöé          ΓöéThis must be three characters,Γöé               Γöé
  142. Γöé          Γöémust begin with a letter and  Γöé               Γöé
  143. Γöé          Γöécan contain spaces.           Γöé               Γöé
  144. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  145. Γöén         ΓöéDifference in hours between   Γöé5              Γöé
  146. Γöé          Γöéyour time zone and Greenwich  Γöé               Γöé
  147. Γöé          Γöémean time (GMT). A positive   Γöé               Γöé
  148. Γöé          Γöénumber denotes time zones westΓöé               Γöé
  149. Γöé          Γöéof Greenwich, a negative      Γöé               Γöé
  150. Γöé          Γöénumber denotes time zones EastΓöé               Γöé
  151. Γöé          Γöéof Greenwich.                 Γöé               Γöé
  152. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  153. ΓöéDDD       ΓöéDaylight saving time zone     ΓöéEDT            Γöé
  154. Γöé          Γöéidentifier. Rules are the sameΓöé               Γöé
  155. Γöé          Γöéas for SSS.                   Γöé               Γöé
  156. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  157. Γöésm        ΓöéStarting month of daylight    Γöé4              Γöé
  158. Γöé          Γöésaving (1 to 12).             Γöé               Γöé
  159. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  160. Γöésw        ΓöéStarting week of daylight     Γöé1              Γöé
  161. Γöé          Γöésaving relative to sm (-4 to 4Γöé               Γöé
  162. Γöé          Γöé).                            Γöé               Γöé
  163. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  164. Γöésd        ΓöéStarting day of daylight      Γöé0              Γöé
  165. Γöé          Γöésaving. Range 0 to 6 if sw <> Γöé               Γöé
  166. Γöé          Γöé0, 1 to 31 if sw = 0.         Γöé               Γöé
  167. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  168. Γöést        ΓöéStarting time (in seconds) of Γöé3600           Γöé
  169. Γöé          Γöédaylight saving.              Γöé               Γöé
  170. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  171. Γöéem        ΓöéEnding month (1 to 12) of     Γöé10             Γöé
  172. Γöé          Γöédaylight saving               Γöé               Γöé
  173. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  174. Γöéew        ΓöéEnding week of daylight savingΓöé-1             Γöé
  175. Γöé          Γöérelative to em (-4 to 4).     Γöé               Γöé
  176. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  177. Γöéed        ΓöéEnding day of daylight saving.Γöé0              Γöé
  178. Γöé          ΓöéRange of 0 to 6 if ew is not 0Γöé               Γöé
  179. Γöé          Γöé, 1 to 31 if ew is 0.         Γöé               Γöé
  180. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  181. Γöéet        ΓöéEnding time of daylight savingΓöé7200           Γöé
  182. Γöé          Γöéin seconds.                   Γöé               Γöé
  183. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  184. Γöéshift     ΓöéAmount of time shift (in      Γöé3600           Γöé
  185. Γöé          Γöéseconds).                     Γöé               Γöé
  186. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  187.  
  188. Example: 
  189.  
  190. The following statement would be the default TZ value. 
  191.  
  192. SET TZ=EST5EDT,4,1,0,3600,10,-1,0,7200,3600
  193.  
  194.  
  195. ΓòÉΓòÉΓòÉ 5.3. NCDEBUG ΓòÉΓòÉΓòÉ
  196.  
  197. NCDEBUG is actually a Secret Lotus 1-2-3 value that allows MMPM/2 Lotus macros 
  198. to work correctly. 
  199.  
  200. There is no range for this value, but set at 4000 it allows MMPM/2 to load DLL 
  201. entry points from within a macro for audio annotation in 1-2-3. 
  202.  
  203.  
  204. ΓòÉΓòÉΓòÉ 5.4. SLINK2 ΓòÉΓòÉΓòÉ
  205.  
  206. This variable is used to hold the directory in which SourceLink is installed.
  207.  
  208. It should only be one directory, and not a path statement of multiple directories.
  209.  
  210. If SourceLink is installed on your C: drive in the default directory, the 
  211. variable would be set up as follows :- 
  212.  
  213. SET SLINK2=C:\SLINK2
  214.  
  215.  
  216. ΓòÉΓòÉΓòÉ 5.5. SL_BACKUP2 ΓòÉΓòÉΓòÉ
  217.  
  218. This variable is used to hold a directory that is used by SourceLink for 
  219. autosaved copies of files being edited.
  220.  
  221. It is a single directory, not a list of directories, such as is found in the 
  222. SET PATH= statement.
  223.  
  224. If SourceLink were installed in the default directory on your C: drive, the 
  225. SL_BACKUP2 statement would be:- 
  226.  
  227. SET SL_BACKUP2=C:\SLINK2\BACKUP
  228.  
  229.  
  230. ΓòÉΓòÉΓòÉ 5.6. SL_TEMP2 ΓòÉΓòÉΓòÉ
  231.  
  232. This variable is used to hold the directory that SourceLink uses to create 
  233. temporary files for its own processing.
  234.  
  235. It should be a single director and not a list of directories, such as the SET 
  236. PATH= statement.
  237.  
  238. If SourceLink were installed in the default directories on drive C:, the 
  239. SL_TEMP2 statement would be as follows :- 
  240.  
  241. SET SL_TEMP2=C:\SLINK2\TEMP
  242.  
  243.  
  244. ΓòÉΓòÉΓòÉ 5.7. HOSTNAME ΓòÉΓòÉΓòÉ
  245.  
  246. This variable holds the name of the TCP/IP host that your PC will be connecting 
  247. to. It can be any valid TCP/IP host name.
  248.  
  249. See the TCP/IP documentation for more details.
  250.  
  251.  
  252. ΓòÉΓòÉΓòÉ 5.8. SLIP.COM ΓòÉΓòÉΓòÉ
  253.  
  254. This statement holds the COM port (valid values are valid COM ports for your 
  255. machine) that the SLIP (Serial Line Internet Protocol) service will use to 
  256. communicate with a remote machine.
  257.  
  258. For more information on this statement, please see the TCP/IP documentation.
  259.  
  260.  
  261. ΓòÉΓòÉΓòÉ 5.9. DIRCMD ΓòÉΓòÉΓòÉ
  262.  
  263. This variable holds the default options for the DIR command when run from an 
  264. OS/2 or DOS Command Prompt.
  265.  
  266. Valid values are listed under OS/2 Commands By Name in the entry under DIR.
  267.  
  268. For example, if you wanted your HPFS and FAT DIR commands to produce the same 
  269. output, you would SET DIRCMD=/N in your