home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / sysutils / edit_cs / csedit / csedit2.inf (.txt) < prev    next >
OS/2 Help File  |  1993-08-02  |  15KB  |  305 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. DIRCMD ΓòÉΓòÉΓòÉ
  95.  
  96. This variable holds the default options for the DIR command when run from an 
  97. OS/2 or DOS Command Prompt.
  98.  
  99. Valid values are listed under OS/2 Commands By Name in the entry under DIR.
  100.  
  101. For example, if you wanted your HPFS and FAT DIR commands to produce the same 
  102. output, you would SET DIRCMD=/N in your CONFIG.SYS.
  103.  
  104.  
  105. ΓòÉΓòÉΓòÉ 5.2. HOSTNAME ΓòÉΓòÉΓòÉ
  106.  
  107. This variable holds the name of the TCP/IP host that your PC will be connecting 
  108. to. It can be any valid TCP/IP host name.
  109.  
  110. See the TCP/IP documentation for more details.
  111.  
  112.  
  113. ΓòÉΓòÉΓòÉ 5.3. ICC ΓòÉΓòÉΓòÉ
  114.  
  115. This statement holds the default options for the CSet/2 V1.0 or CSet++ C/C++ 
  116. Compiler from IBM.
  117.  
  118. Any options that you don't want to explicitly specify, can be placed in this 
  119. statement in your CONFIG.SYS, and all compiles will use them as the default options.
  120.  
  121. This can save space in make files, or define your development standards for 
  122. compiler options once, rather than every time you use the compiler.
  123.  
  124. For more information, see the CSet++ documentation.
  125.  
  126.  
  127. ΓòÉΓòÉΓòÉ 5.4. IPF_KEYS ΓòÉΓòÉΓòÉ
  128.  
  129. IPF_KEYS is an environment variable that is used by the Information 
  130. Presentation Facility of OS/2 to allow selective hiding of information 
  131. depending on which users are viewing the information. 
  132.  
  133. Usually the variable is set to either SBCS or DBCS by OS/2 2.1 installation, so 
  134. that only the appropriate help will be shown for system commands and for the 
  135. online references that are shipped with OS/2. 
  136.  
  137. In some situations, more than one level of information may need to be shown, 
  138. and the levels may be concatenated in the IPF_KEYS statement with a '+' 
  139. character. 
  140.  
  141. Example: 
  142.  
  143. To view both Single Byte Character Set and Double Byte Character Set 
  144. information, you might use the following IPF_KEYS statement in your CONFIG.SYS 
  145.  
  146. SET IPF_KEYS=DBCS+SBCS
  147.  
  148.  
  149. ΓòÉΓòÉΓòÉ 5.5. NCDEBUG ΓòÉΓòÉΓòÉ
  150.  
  151. NCDEBUG is actually a Secret Lotus 1-2-3 value that allows MMPM/2 Lotus macros 
  152. to work correctly. 
  153.  
  154. There is no range for this value, but set at 4000 it allows MMPM/2 to load DLL 
  155. entry points from within a macro for audio annotation in 1-2-3. 
  156.  
  157.  
  158. ΓòÉΓòÉΓòÉ 5.6. OBJECTSNOOZETIME ΓòÉΓòÉΓòÉ
  159.  
  160. This variable holds the duration, in seconds, that a WPS object waits before it 
  161. unloads it's DLL as part of the WPS process.
  162.  
  163. It defaults to 30 seconds, but you can set it to zero, to immediately unload an 
  164. objects DLL when not in use. This is extremely handy for debugging WPS objects 
  165. and doing object development work.
  166.  
  167.  
  168. ΓòÉΓòÉΓòÉ 5.7. SHELLEXCEPTIONHANDLER ΓòÉΓòÉΓòÉ
  169.  
  170. This varaible tells the Work Place Shell whether it should gracefully recover 
  171. from exceptions, such as TRAP D's.
  172.  
  173. To see how often the shell really falls over, set this variable to NO in your CONFIG.SYS.
  174.  
  175. Set this variable to YES if you are doing WPS development and don't want your 
  176. desktop to fall over every time your object causes an exception.
  177.  
  178.  
  179. ΓòÉΓòÉΓòÉ 5.8. SLIP.COM ΓòÉΓòÉΓòÉ
  180.  
  181. This statement holds the COM port (valid values are valid COM ports for your 
  182. machine) that the SLIP (Serial Line Internet Protocol) service will use to 
  183. communicate with a remote machine.
  184.  
  185. For more information on this statement, please see the TCP/IP documentation.
  186.  
  187.  
  188. ΓòÉΓòÉΓòÉ 5.9. SLINK2 ΓòÉΓòÉΓòÉ
  189.  
  190. This variable is used to hold the directory in which SourceLink is installed.
  191.  
  192. It should only be one directory, and not a path statement of multiple directories.
  193.  
  194. If SourceLink is installed on your C: drive in the default directory, the 
  195. variable would be set up as follows :- 
  196.  
  197. SET SLINK2=C:\SLINK2
  198.  
  199.  
  200. ΓòÉΓòÉΓòÉ 5.10. SL_BACKUP2 ΓòÉΓòÉΓòÉ
  201.  
  202. This variable is used to hold a directory that is used by SourceLink for 
  203. autosaved copies of files being edited.
  204.  
  205. It is a single directory, not a list of directories, such as is found in the 
  206. SET PATH= statement.
  207.  
  208. If SourceLink were installed in the default directory on your C: drive, the 
  209. SL_BACKUP2 statement would be:- 
  210.  
  211. SET SL_BACKUP2=C:\SLINK2\BACKUP
  212.  
  213.  
  214. ΓòÉΓòÉΓòÉ 5.11. SL_TEMP2 ΓòÉΓòÉΓòÉ
  215.  
  216. This variable is used to hold the directory that SourceLink uses to create 
  217. temporary files for its own processing.
  218.  
  219. It should be a single director and not a list of directories, such as the SET 
  220. PATH= statement.
  221.  
  222. If SourceLink were installed in the default directories on drive C:, the 
  223. SL_TEMP2 statement would be as follows :- 
  224.  
  225. SET SL_TEMP2=C:\SLINK2\TEMP
  226.  
  227.  
  228. ΓòÉΓòÉΓòÉ 5.12. TZ ΓòÉΓòÉΓòÉ
  229.  
  230. TZ is an environment variable that is used by the C Compiler and some 
  231. applications to define the time zone that you are currently in. 
  232.  
  233. Usually the variable is set for you by the compiler installation, or 
  234. application installation. 
  235.  
  236. In some situations, however, and application may need this variable set, and it 
  237. may not be present in your CONFIG.SYS. CS-Edit/2 will allow you to add this 
  238. statement from the Line->Add menu option. 
  239.  
  240. Information about the format of the TZ statement is on the next page. Press the 
  241. Forward button to proceed to the next page. 
  242.  
  243.  
  244. ΓòÉΓòÉΓòÉ 5.12.1. Description of TZ format. ΓòÉΓòÉΓòÉ
  245.  
  246. SET TZ=SSS[+|-]nDDD[,sm,sw,sd,st,em,ew,ed,et,shift]
  247.  
  248.  
  249. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  250. ΓöéVariable  ΓöéDescription                   ΓöéDefault Value  Γöé
  251. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  252. ΓöéSSS       ΓöéStandard timezone identifier. ΓöéEST            Γöé
  253. Γöé          ΓöéThis must be three characters,Γöé               Γöé
  254. Γöé          Γöémust begin with a letter and  Γöé               Γöé
  255. Γöé          Γöécan contain spaces.           Γöé               Γöé
  256. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  257. Γöén         ΓöéDifference in hours between   Γöé5              Γöé
  258. Γöé          Γöéyour time zone and Greenwich  Γöé               Γöé
  259. Γöé          Γöémean time (GMT). A positive   Γöé               Γöé
  260. Γöé          Γöénumber denotes time zones westΓöé               Γöé
  261. Γöé          Γöéof Greenwich, a negative      Γöé               Γöé
  262. Γöé          Γöénumber denotes time zones EastΓöé               Γöé
  263. Γöé          Γöéof Greenwich.                 Γöé               Γöé
  264. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  265. ΓöéDDD       ΓöéDaylight saving time zone     ΓöéEDT            Γöé
  266. Γöé          Γöéidentifier. Rules are the sameΓöé               Γöé
  267. Γöé          Γöéas for SSS.                   Γöé               Γöé
  268. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  269. Γöésm        ΓöéStarting month of daylight    Γöé4              Γöé
  270. Γöé          Γöésaving (1 to 12).             Γöé               Γöé
  271. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  272. Γöésw        ΓöéStarting week of daylight     Γöé1              Γöé
  273. Γöé          Γöésaving relative to sm (-4 to 4Γöé               Γöé
  274. Γöé          Γöé).                            Γöé               Γöé
  275. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  276. Γöésd        ΓöéStarting day of daylight      Γöé0              Γöé
  277. Γöé          Γöésaving. Range 0 to 6 if sw <> Γöé               Γöé
  278. Γöé          Γöé0, 1 to 31 if sw = 0.         Γöé               Γöé
  279. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  280. Γöést        ΓöéStarting time (in seconds) of Γöé3600           Γöé
  281. Γöé          Γöédaylight saving.              Γöé               Γöé
  282. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  283. Γöéem        ΓöéEnding month (1 to 12) of     Γöé10             Γöé
  284. Γöé          Γöédaylight saving               Γöé               Γöé
  285. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  286. Γöéew        ΓöéEnding week of daylight savingΓöé-1             Γöé
  287. Γöé          Γöérelative to em (-4 to 4).     Γöé               Γöé
  288. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  289. Γöéed        ΓöéEnding day of daylight saving.Γöé0              Γöé
  290. Γöé          ΓöéRange of 0 to 6 if ew is not 0Γöé               Γöé
  291. Γöé          Γöé, 1 to 31 if ew is 0.         Γöé               Γöé
  292. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  293. Γöéet        ΓöéEnding time of daylight savingΓöé7200           Γöé
  294. Γöé          Γöéin seconds.                   Γöé               Γöé
  295. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  296. Γöéshift     ΓöéAmount of time shift (in      Γöé3600           Γöé
  297. Γöé          Γöéseconds).                     Γöé               Γöé
  298. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  299.  
  300. Example: 
  301.  
  302. The following statement would be the default TZ value. 
  303.  
  304. SET TZ=EST5EDT,4,1,0,3600,10,-1,0,7200,3600
  305.