home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / cwiz13.zip / cwiz.INF (.txt) < prev    next >
OS/2 Help File  |  1994-03-02  |  43KB  |  1,122 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Introduction ΓòÉΓòÉΓòÉ
  3.  
  4. ConfigWiz, formerly System Configuration Editor, is a program designed to allow 
  5. you to easily and quickly set up your computer for use with OS/2. 
  6.  
  7. Let's face it, editing an OS/2 CONFIG.SYS file can sometimes be a daunting 
  8. task. Make a mistake, and you could end up with your computer just sitting 
  9. there doing nothing, until you boot from a floppy disk, repair the damage with 
  10. a text editor, and try again. 
  11.  
  12. So, This program was written to make things easier for those of us that are 
  13. comfortable with things, and for those of us that aren't. 
  14.  
  15. New Features 
  16.  
  17. ConfigWiz sports some new features, some of which are listed below. 
  18.  
  19.  
  20. Optimize
  21. For most settings, you can now press the "Optimize" button, and ConfigWiz
  22. queries your system for RAM size, number of fixed disks, etc., and supplies settings
  23. that can enhance the performance of your system. This is accompanied by an "Undo" button
  24. on each page that gets optimized, allowing you to quickly undo the settings on any
  25. given page, if you don't find them to be what you want. The optimizations can be
  26. global, or confined to a particular page.
  27.  
  28. Details pages
  29. For each page in ConfigWiz, there is an accompanying help page covering the
  30. various settings on that page, including what you should and should not do for each
  31. setting. If you want more information, a Details page gives more detailed
  32. information on each setting, and various hints and tips for enhancing the performance
  33. of your system.
  34.  
  35. Note:  Some of the features mentioned in this document are included only in the 
  36. registered version of ConfigWiz. 
  37.  
  38. This document discusses the various aspects of ConfigWiz, and how you can use 
  39. it. Each page in the notebook has an associated help section, discussing what 
  40. the recommended settings are for each field. To view the help on a page, just 
  41. turn to the page, and press the "Help" button. Good luck, and happy editing. 
  42.  
  43.  Some relevant topics include: 
  44.  
  45. Shell Settings Page
  46. Startup Settings Page
  47. Tasks Settings Page
  48. Paths Settings Page
  49. HELP Paths Settings Page
  50. System Settings Page
  51. Swapfile Settings Page
  52. FAT Cache Settings Page
  53. HPFS Cache Settings Page
  54. DOS Settings Page
  55. User Settings Page
  56. Entering Comments
  57. About Configuration Editor
  58.  
  59.  
  60. ΓòÉΓòÉΓòÉ 2. DOS Settings Page ΓòÉΓòÉΓòÉ
  61.  
  62.  The DOS settings page lets you specify settings for DOS sessions running under 
  63. OS/2. 
  64.  
  65.  The Files field is where you specify the maximum number of files that can be 
  66. open in a DOS session. The default is 20. The maximum value is 255. 
  67.  
  68.  The PATH setting determines where the command processor will look for program 
  69. files when they are invoked from the command line, or from within applications. 
  70. There is no default. 
  71.  
  72. CAUTION:
  73. The PATH setting should include at least the \OS2, \OS2\MDOS, and OS2\SYSTEM 
  74. directories. 
  75.  
  76. Example 
  77.  
  78. C:\OS2;C:\OS2\SYSTEM;C:\OS2\MDOS;C:\OS2\MDOS\WINOS2;
  79.  
  80. Click on the "+" button to add a directory to the list of directories in the 
  81. listbox, or the "-" button to delete the highlighted directory from the list. 
  82.  
  83.  The Prompt setting sets the appearance of the DOS command prompt. The default 
  84. of  $i$p$g  will create a prompt that looks like this: 
  85.  
  86. C:\>
  87.  
  88. Note:  to remove the white help bar from the top of DOS sessions, remove the 
  89. "$i" at the beginning of the prompt specification. 
  90.  
  91.  The RAM Size setting controls the maximum amount of memory a DOS session can 
  92. have access to. If none is specified, the default is the total amount of low 
  93. memory installed on the computer. (either 512 or 640 KB). 
  94.  
  95.  Check the DOS=High checkbox if you want to load DOS into high memory. 
  96.  
  97.  Check the UMB's checkbox if you want OS/2 to control upper memory blocks. 
  98.  
  99. Note:  If this checkbox is checked, then a DEVICE=VXMS.SYS statement will be 
  100. added to the CONFIG.SYS file, if one is not already there. 
  101.  
  102.  The Break On checkbox should be set if you want DOS to intercept programs with 
  103. presses of the Ctrl+Break or Ctrl+C keys. 
  104.  
  105.  Check the Undelete and the DOSKey on checkboxes to enable Undelete and DOSKey. 
  106.  
  107. Note:  If the Undelete option was previously unchecked and you check it, this 
  108. program looks in the AUTOEXEC.BAT file for the following statement: 
  109.  
  110. REM SET DELDIR=C:\DELETE,512;D:\DELETE,512; (etc.)
  111. and then copies this information into a new statement in the AUTOEXEC.BAT file. 
  112. If this information is not found, you must edit the AUTOEXEC.BAT file and add 
  113. your own settings manually. While you are editing the file, you should add a 
  114. line similar to the above example with the REM statement in front of it, so the 
  115. next time you change this setting, no warning message will be displayed. 
  116.  
  117. Note:  Checking this option will NOT allow files that have already been deleted 
  118. to be undeleted. 
  119.  
  120.  
  121. ΓòÉΓòÉΓòÉ 2.1. FILES Details ΓòÉΓòÉΓòÉ
  122.  
  123. FILES is a standard DOS command which sets the maximum number of files that DOS 
  124. can access at the same time.  OS/2 sets the default at 20, but some DOS 
  125. programs may require that you increase this number.  The maximum number is 255. 
  126. FILES is for DOS only and has no effect on OS/2 sessions which can have up to 
  127. 64,000 files open at the same time. 
  128.  
  129.  
  130. ΓòÉΓòÉΓòÉ 2.2. DOS PROMPT Details ΓòÉΓòÉΓòÉ
  131.  
  132. If you type PROMPT without a parameter, the prompt will return its default of 
  133. the current drive, followed by a ">". 
  134.  
  135.  Options for the DOS prompt include: 
  136.  
  137.  $B: The | character
  138.  $C: The open parenthesis (
  139.  $D: Current date
  140.  $E: ASCII code 27 (escape character) so you can use ANSI codes.
  141.  $F: The close parenthesis )
  142.  $G: The "greater than" > symbol
  143.  $H: BACKSPACE over the previous character
  144.  $I: Turns help line on
  145.  $L: The "less than" < character
  146.  $N: Default drive
  147.  $P: Current directory of default drive
  148.  $Q: The equal = character
  149.  $S: The space character
  150.  $T: Current time
  151.  $V: OS/2 version number
  152.  $_: Carriage return or line feed
  153.  
  154. Tip 
  155.  
  156.  You can also add ANSI control sequences to your prompt. For example, to 
  157. display the current time in yellow characters above your prompt, you can 
  158. specify $E[1;33m$T$_$E[0;00m[$P] in the Prompt field. 
  159.  
  160.  
  161. ΓòÉΓòÉΓòÉ 2.3. RMSIZE Details ΓòÉΓòÉΓòÉ
  162.  
  163. RMSIZE is a DOS command and sets the amount of memory available for use in each 
  164. DOS session. The maximum is 640k.  Since some DOS programs require 640k, it is 
  165. often best to have RMSIZE set to 640. 
  166.  
  167. Tip 
  168.  
  169.  If you only have 4MB of RAM or don't have any DOS programs that need a full 
  170. 640k, you should consider reducing this parameter to 512.  Many DOS 
  171. applications will run in a 512k DOS environment. Doing this will free up some 
  172. additional RAM which will help performance. 
  173.  
  174. Tip 
  175.  
  176.  If you need maximum memory in a DOS session and can get by on CGA or MONO, 
  177. change the RAM Size field to 639. (It has to be 639k due to a bug in OS/2). 
  178. Then in the "DOS Settings" of your application's Settings Notebook, change 
  179. VIDEO_MODE_RESTRICTION to CGA or MONO. (Note that there are some instances 
  180. where this procedure does not work on certain hardware.) 
  181.  
  182. Tip 
  183.  
  184.  DOS=[HIGH|LOW,UMB|NOUMB] is a standard DOS command that controls how DOS uses 
  185. memory. The OS/2 default is DOS=LOW,NOUMB and is considered to be the best 
  186. setting since it conserves memory for OS/2. DOS=HIGH (including ,UMB) reduces 
  187. available memory for OS/2, but increases the available memory in every DOS 
  188. session. Few DOS sessions need maximum memory. Also remember that you can move 
  189. DOS HIGH for a specific program by changing that programs DOS. This is done in 
  190. the programs Settings Notebook and is likely the better way to go. Finally, 
  191. keep in mind that in OS/2 many device drivers are not taking up room in your 
  192. 640k DOS area. So you generally have more memory in the typical OS/2 DOS 
  193. session than in a standard DOS session. 
  194.  
  195.  
  196. ΓòÉΓòÉΓòÉ 3. FAT Cache settings page ΓòÉΓòÉΓòÉ
  197.  
  198.  The FAT Cache settings page allows you to specify settings for the cache used 
  199. with the FAT file system. 
  200.  
  201. Note:  If the "Enabled" checkbox is not set, you can not enter any information 
  202. in this page. 
  203.  
  204.  The Size setting controls how large the disk cache will be. The optimum size 
  205. varies with the total amount of physical RAM installed on your computer, but a 
  206. good rule of thumb is no more than 10% of the physical memory. If the disk 
  207. cache is too large, memory used by applications will be depleted faster, 
  208. causing a drop in performance. 
  209.  
  210.  The Threshold setting specifies a number from 4 through 128 that indicates the 
  211. threshold size for the number of sectors that will be placed into the cache. 
  212. The default value is 4. 
  213.  
  214.  The AutoCheck field displays the letters of the drives that will be checked on 
  215. startup. For example, if you have 3 fixed disks or partitions, C, D, and E, you 
  216. would enter "CDE" into this field to specify that you want all of the fixed 
  217. disks checked on startup. 
  218.  
  219.  Check the LazyWrite Enabled checkbox to enable lazy writes on the cache. When 
  220. lazy writes are enabled, the contents of the disk cache are written to disk 
  221. only during disk idle time, or when the cache buffer is full. When lazy writes 
  222. are disabled, the contents of the cache are immediately written to disk, with 
  223. no wait. Enabling lazy writes gives a slight gain in performance. The default 
  224. value is Enabled. 
  225.  
  226.  
  227. ΓòÉΓòÉΓòÉ 3.1. FAT Cache Details ΓòÉΓòÉΓòÉ
  228.  
  229. If you are using the FAT file system, the FAT Cache page sets up the RAM disk 
  230. cache. 
  231.  
  232. Tip 
  233.  
  234.  If you have the RAM, increase the size to improve system performance, but 
  235. don't make the cache too large, as this will do more harm than good. The 
  236. maximum FAT cache size is 14MB. 
  237.  
  238. You can get better performance from your system by using your available cache 
  239. and RAM in the most efficient and effective way. Select the case that best 
  240. describes the file system or amount of RAM you use. 
  241.  
  242. CASE 1 
  243.  
  244. You use only HPFS or only FAT, but not both: 
  245.  
  246. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  247. Γöé ...       ΓöéHPFS only  ΓöéFAT only   Γöé
  248. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  249. ΓöéSystem     ΓöéSet HPFS   ΓöéSet FAT    Γöé
  250. Γöémemory of  ΓöéCache to   ΓöéCache to   Γöé
  251. Γöéat least   Γöé           Γöé           Γöé
  252. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  253. Γöé16MB       Γöé2048       Γöé2048       Γöé
  254. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  255. Γöé12MB       Γöé1536       Γöé1536       Γöé
  256. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  257. Γöé8MB        Γöé1024       Γöé1024       Γöé
  258. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  259.  
  260. CASE 2 
  261.  
  262. You use HPFS and FAT, with FAT being used more: 
  263.  
  264. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  265. ΓöéSystem     ΓöéSet HPFS   ΓöéSet FAT    Γöé
  266. Γöémemory of  ΓöéCache to   ΓöéCache to   Γöé
  267. Γöéat least   Γöé           Γöé           Γöé
  268. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  269. Γöé16MB       Γöé1024       Γöé2048       Γöé
  270. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  271. Γöé12MB       Γöé768        Γöé1536       Γöé
  272. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  273. Γöé8MB        Γöé512        Γöé1024       Γöé
  274. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  275.  
  276. CASE 3 
  277.  
  278. You use HPFS and FAT, with HPFS being used more: 
  279.  
  280. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  281. ΓöéSystem     ΓöéSet HPFS   ΓöéSet FAT    Γöé
  282. Γöémemory of  ΓöéCache to   ΓöéCache to   Γöé
  283. Γöéat least   Γöé           Γöé           Γöé
  284. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  285. Γöé16MB       Γöé2048       Γöé512        Γöé
  286. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  287. Γöé12MB       Γöé1536       Γöé256        Γöé
  288. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  289. Γöé8MB        Γöé1024       Γöé128        Γöé
  290. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  291.  
  292. Note:  Remember, with either HPFS or OS/2's FAT file systems, caching is a lot 
  293. more efficient than it is with DOS, so cache sizes can be much smaller. 
  294.  
  295.  The AutoCheck field specifies which drives should be checked with CHKDSK when 
  296. the system starts after an improper shutdown, such as shutting the computer off 
  297. without first using "Shutdown" from the desktop menu. Setting this value to 
  298. check all of your fixed disks is highly recommended, as it will keep the file 
  299. system from becoming corrupted in the event of an improper shutdown. 
  300.  
  301.  
  302. ΓòÉΓòÉΓòÉ 4. HPFS Settings Page ΓòÉΓòÉΓòÉ
  303.  
  304.  The HPFS Cache settings page allows you to specify settings for the cache used 
  305. with the High Performance File System. 
  306.  
  307. Note:  If the "Enabled" checkbox is not set, you can not enter any information 
  308. in this page. 
  309.  
  310.  The IFS File field is where you specify a path to the IFS file to be used. 
  311. This field cannot be blank. 
  312.  
  313.  The Cache field is where you specify a path to the cache program file to be 
  314. used. The default is \OS2\CACHE.EXE. This field cannot be blank. 
  315.  
  316.  The Cache Size setting controls how much of the memory, in KB, will be used 
  317. for the disk cache. Like the FAT disk cache setting, the optimum size varies 
  318. with the amount of physical RAM installed in the computer, but the HPFS cache 
  319. can normally be set to a smaller size, typically no more than 5% of the total 
  320. physical memory. 
  321.  
  322.  The Max. Record Size setting specifies the maximum record size for caching 
  323. where the maximum record size is a multiple of 2KB. The smallest maximum size 
  324. for caching is 2KB, and the largest maximum size for caching is 64KB. The 
  325. default is 4KB. 
  326.  
  327.  The AutoCheck field displays the letters of the drives that will be checked on 
  328. startup. For example, if you have 3 fixed disks or partitions, C, D, and E, you 
  329. would enter "CDE" into this field to specify that you want all of the fixed 
  330. disks checked on startup. 
  331.  
  332.  The Max. Age field specifies how much time, in milliseconds, the system waits 
  333. before transferring data to another area of cache memory. The area data is 
  334. transferred to is where code and data are stored that have not been recently 
  335. used. The default value is 5000. 
  336.  
  337.  The Disk Idle field specifies how much time, in milliseconds, a disk must be 
  338. idle before it can accept data from the cache memory. The default value is 
  339. 1000. The minimum amount of disk idle time must be greater than the value in 
  340. the Buffer Idle field. 
  341.  
  342.  The Buffer Idle field specifies how much time, in milliseconds, that the cache 
  343. can be idle before the data in it must be written to disk. The default value is 
  344. 500. 
  345.  
  346.  Check the LazyWrite Enabled checkbox to enable lazy writes on the cache. When 
  347. lazy writes are enabled, the contents of the disk cache are written to disk 
  348. only during disk idle time, or when the cache buffer is full. When lazy writes 
  349. are disabled, the contents of the cache are immediately written to disk, with 
  350. no wait. Enabling lazy writes gives a slight gain in performance. The default 
  351. value is Enabled. 
  352.  
  353.  
  354. ΓòÉΓòÉΓòÉ 4.1. CACHE Size Details ΓòÉΓòÉΓòÉ
  355.  
  356. /CACHE:nnn sets up an HPFS disk cache and its size. 
  357.  
  358. Tip 
  359.  
  360.  Change the size of your disk cache based upon the information provided in the 
  361. tables below. 
  362.  
  363. Note:  Keep this one truth in mind about cache size:  an excessive cache takes 
  364. memory directly out of RAM available for programs and therefore could have a 
  365. negative impact on overall system performance.  E.g. if you set a 2MB cache on 
  366. a 6MB system, you will notice a substantial negative performance hit. 
  367.  
  368. CASE 1 
  369.  
  370. You use only HPFS or only FAT, but not both: 
  371.  
  372. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  373. Γöé ...       ΓöéHPFS only  ΓöéFAT only   Γöé
  374. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  375. ΓöéSystem     ΓöéSet HPFS   ΓöéSet FAT    Γöé
  376. Γöémemory of  ΓöéCache to   ΓöéCache to   Γöé
  377. Γöéat least   Γöé           Γöé           Γöé
  378. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  379. Γöé16MB       Γöé2048       Γöé2048       Γöé
  380. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  381. Γöé12MB       Γöé1536       Γöé1536       Γöé
  382. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  383. Γöé8MB        Γöé1024       Γöé1024       Γöé
  384. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  385.  
  386. CASE 2 
  387.  
  388. You use HPFS and FAT, with FAT being used more: 
  389.  
  390. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  391. ΓöéSystem     ΓöéSet HPFS   ΓöéSet FAT    Γöé
  392. Γöémemory of  ΓöéCache to   ΓöéCache to   Γöé
  393. Γöéat least   Γöé           Γöé           Γöé
  394. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  395. Γöé16MB       Γöé1024       Γöé2048       Γöé
  396. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  397. Γöé12MB       Γöé768        Γöé1536       Γöé
  398. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  399. Γöé8MB        Γöé512        Γöé1024       Γöé
  400. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  401.  
  402. CASE 3 
  403.  
  404. You use HPFS and FAT, with HPFS being used more: 
  405.  
  406. ΓöîΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö¼ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÉ
  407. ΓöéSystem     ΓöéSet HPFS   ΓöéSet FAT    Γöé
  408. Γöémemory of  ΓöéCache to   ΓöéCache to   Γöé
  409. Γöéat least   Γöé           Γöé           Γöé
  410. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  411. Γöé16MB       Γöé2048       Γöé512        Γöé
  412. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  413. Γöé12MB       Γöé1536       Γöé256        Γöé
  414. Γö£ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö╝ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöñ
  415. Γöé8MB        Γöé1024       Γöé128        Γöé
  416. ΓööΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓö┤ΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÇΓöÿ
  417.  
  418. Note:  Remember, with either HPFS or OS/2's FAT file systems, caching is a lot 
  419. more efficient than it is with DOS, so cache sizes can be much smaller. 
  420.  
  421.  
  422. ΓòÉΓòÉΓòÉ 4.2. CRECL Details ΓòÉΓòÉΓòÉ
  423.  
  424. /CRECL sets the maximum record size for caching, from 2k to 64k in multiples of 
  425. 2k with a default of 4k. Performance can be improved by increasing this value 
  426. to the maximum in most cases. 
  427.  
  428.  
  429. ΓòÉΓòÉΓòÉ 4.3. HPFS Autocheck Details ΓòÉΓòÉΓòÉ
  430.  
  431. /AUTOCHECK:dd tells the system to run CHKDSK and sets the drives to be checked 
  432. at startup if the drives are improperly shut down, for example when the 
  433. computer is turned off without initiating the "Shut down" procedure from the 
  434. desktop menu. Setting this to check all of your fixed disks is highly 
  435. recommended. Bear in mind, however, that it will add to the time it takes to 
  436. boot the computer after an improper shutdown. 
  437.  
  438.  
  439. ΓòÉΓòÉΓòÉ 4.4. MAXAGE Details ΓòÉΓòÉΓòÉ
  440.  
  441. /MAXAGE sets how long data waits in the cache before it is moved to another 
  442. area of the cache where less used information is stored, or how long data waits 
  443. in the cache before it is written to the hard disk.  It is expressed in 
  444. milliseconds.  The default is 5,000 or about 5 seconds. For a performance 
  445. improvement, you can set this to a long value such as 30000(30 seconds), but 
  446. you run the slight risk of losing data if your system should have to be shut 
  447. off in that time. Set this to a lower value to minimize this risk. 
  448.  
  449. Note:  Pressing Ctrl-Alt-Del to shut down your system will not normally result 
  450. in data loss, as OS/2 flushes the cache before restarting. The aforementioned 
  451. "risk" is minimal, in most cases. 
  452.  
  453.  
  454. ΓòÉΓòÉΓòÉ 4.5. DISKIDLE Details ΓòÉΓòÉΓòÉ
  455.  
  456. /DISKIDLE sets how long your hard disk must be idle before it will accept data 
  457. from the cache. It is expressed in milliseconds and the default is 1000(one 
  458. second). A performance improvement can be gained from setting this value 
  459. higher, say to 60000(60 seconds), but you run the increased risk of data loss 
  460. in the event of a system crash. 
  461.  
  462. Note:  Pressing Ctrl-Alt-Del to shut down your system will not normally result 
  463. in data loss, as OS/2 flushes the cache before restarting. The aforementioned 
  464. "risk" is minimal, in most cases. 
  465.  
  466.  
  467. ΓòÉΓòÉΓòÉ 4.6. BUFFERIDLE Details ΓòÉΓòÉΓòÉ
  468.  
  469. /BUFFERIDLE sets how long the cache buffer must be idle before its contents 
  470. must be written to disk. It is expressed in milliseconds and the default is 
  471. 500(1/2 second). Setting this to a higher value can improve the performance of 
  472. your system, but with that gain in performance, again, comes with an increased 
  473. risk of data loss if the system should crash. The optimum value to set this at 
  474. is 60000. 
  475.  
  476. Note:  Pressing Ctrl-Alt-Del to shut down your system will not normally result 
  477. in data loss, as OS/2 flushes the cache before restarting. The aforementioned 
  478. "risk" is minimal, in most cases. 
  479.  
  480.  
  481. ΓòÉΓòÉΓòÉ 4.7. HPFS Lazywrite Details ΓòÉΓòÉΓòÉ
  482.  
  483. /LAZY determines if lazywrite is ON or OFF, that is, whether the contents of 
  484. the cache will be written to disk immediately or when your hard disk is idle. 
  485. The default is ON. Lazywrites ON improves performance, but keep in mind that 
  486. since the system delays writing data to your hard disk, you can lose data if 
  487. your system should crash. 
  488.  
  489. Note:  Pressing Ctrl-Alt-Del to shut down your system will not normally result 
  490. in data loss, as OS/2 flushes the cache before restarting. The aforementioned 
  491. "risk" is minimal, in most cases. 
  492.  
  493. Note:  Disabling Lazywrites causes the Max. Age, Disk Idle, and Buffer Idle 
  494. settings to be ignored. 
  495.  
  496. Tip 
  497.  
  498.  Lazy writes can also be turned ON or OFF at an OS/2 command prompt. 
  499.  
  500. Note:  There is a bug in OS/2 version 2.1 that causes a situation where you can 
  501. not turn lazy writes off from the CONFIG.SYS file. The Workplace Shell always 
  502. turns Lazywrites ON when it loads regardless of what the CONFIG.SYS CACHE 
  503. command does. So, if you want lazy writes off, you will need to run the CACHE 
  504. command AFTER the Workplace Shell starts. Create a CMD file to turn it off and 
  505. place it in your startup folder.  The Workplace Shell has already started when 
  506. the objects in the startup folder are opened. You can also turn it off from a 
  507. command prompt. 
  508.  
  509.  
  510. ΓòÉΓòÉΓòÉ 5. Paths Settings Page ΓòÉΓòÉΓòÉ
  511.  
  512.  The PATHS settings page lets you specify the search paths for OS/2 programs. 
  513.  
  514.  Program Path(PATH): Specifies where the system will look for program files 
  515. when they are invoked, either from a command line, the Workplace Shell, or an 
  516. application. The default is 
  517. C:\OS2;C:\OS2\SYSTEM;C:\OS2\MDOS\WINOS2;C:\OS2\INSTALL;C:\;C:\OS2\APPS; 
  518.  
  519. Click on the "+" button to add a directory to the list of directories in the 
  520. listbox, or the "-" button to delete the highlighted directory from the list. 
  521.  
  522.  Library Path(LIBPATH): Specifies where the system will look for Library files, 
  523. dynamic link libraries(DLLs), etc. used by applications and the Workplace 
  524. Shell. The default is .;C:\OS2\DLL;C:\OS2\MDOS;C:\;C:\OS2\APPS\DLL; 
  525.  
  526. Click on the "+" button to add a directory to the list of directories in the 
  527. listbox, or the "-" button to delete the highlighted directory from the list.
  528.  
  529. Warning:  Be sure to include the "." path specification in the LIBPATH 
  530. statement. This ensures that DLLs found in a program's current directory can be 
  531. found. 
  532.  
  533.  Data Path(DPATH): Specifies where the system will look for data files used by 
  534. applications and the Workplace Shell. The default is 
  535. C:\OS2;C:\OS2\SYSTEM;C:\OS2\MDOS\WINOS2;C:\OS2\INSTALL;C:\;C:\OS2\BITMAP;C:\OS2\MDOS;C:\OS2\APPS; 
  536.  
  537. Click on the "+" button to add a directory to the list of directories in the 
  538. listbox, or the "-" button to delete the highlighted directory from the list. 
  539.  
  540. Note:  The defaults shown above assume that OS/2 is installed on the C: drive 
  541. of your system, and Win-OS/2 support is installed on your system. 
  542.  
  543.  
  544. ΓòÉΓòÉΓòÉ 5.1. PATH Details ΓòÉΓòÉΓòÉ
  545.  
  546. The PATH, LIBPATH, and DPATH statements in the CONFIG.SYS file determine where 
  547. OS/2 looks for programs(PATH), dynamic link libraries(LIBPATH), and data 
  548. files(DPATH). (The DPATH is only used by certain programs.) 
  549.  
  550. Tip 
  551.  
  552.  You can gain a slight performance increase by placing the \OS2, \OS2\DLL, 
  553. \OS2\APPS, \OS2\APPS\DLL, and \OS2\SYSTEM directory names first in their 
  554. respective statements. OS/2 has to search through every directory named in 
  555. these statements until it finds the program, DLL, or data file it needs, and 
  556. placing these directories first in their respective PATHs shortens the time 
  557. OS/2 has to search for these files. 
  558.  
  559.  
  560. ΓòÉΓòÉΓòÉ 6. Help Paths Settings Page ΓòÉΓòÉΓòÉ
  561.  
  562.  The HELP Paths settings page lets you specify where the OS/2 help system will 
  563. look for online Help files, Glossaries, and online reference files. 
  564.  
  565. Click on the "+" button to add a directory to the list of directories in the 
  566. listbox, or the "-" button to delete the highlighted directory from the list. 
  567.  
  568.  Help Path: Specifies where the system will look for help files when they are 
  569. accessed from the online help system in an application or other object that 
  570. uses the OS/2 IPF help system. The default is C:\OS2\HELP;C:\OS2\HELP\TUTORIAL. 
  571.  
  572. Click on the "+" button to add a directory to the list of directories in the 
  573. listbox, or the "-" button to delete the highlighted directory from the list. 
  574.  
  575.  Glossary: Specifies where the system will look for Glossary files, such as the 
  576. OS/2 Glossary in the Information folder. The default is C:\OS2\HELP\GLOSS. 
  577.  
  578. Click on the "+" button to add a directory to the list of directories in the 
  579. listbox, or the "-" button to delete the highlighted directory from the list. 
  580.  
  581.  Bookshelf: Specifies where the system will look for online reference manuals 
  582. in the .INF format. The default is C:\OS2\BOOK. 
  583.  
  584. Click on the "+" button to add a directory to the list of directories in the 
  585. listbox, or the "-" button to delete the highlighted directory from the list. 
  586.  
  587. Note:  The defaults shown above assume that OS/2 is installed on the C: drive 
  588. of your system. 
  589.  
  590.  
  591. ΓòÉΓòÉΓòÉ 6.1. HELPPATH Details ΓòÉΓòÉΓòÉ
  592.  
  593. The HELP, GLOSSARY, and BOOKSHELF statements in the CONFIG.SYS file determine 
  594. where OS/2 looks for help and .INF(online book) files. 
  595.  
  596. Tip 
  597.  
  598.  As with the PATH, LIBPATH, and DPATH statements in OS/2's CONFIG.SYS file, you 
  599. can shorten the time it takes for OS/2 to find a requested file by placing the 
  600. paths where OS/2 will look most often at the beginning of the appropriate 
  601. statement in this section. For example, if you constantly need help on a 
  602. specific application and this application's help is in a diretory named in your 
  603. HELP statement, move this directory name to the beginning of the HELP 
  604. statement. This will shorten the time it takes OS/2 to find the help files you 
  605. will be accessing. 
  606.  
  607.  
  608. ΓòÉΓòÉΓòÉ 7. Shell Settings Page ΓòÉΓòÉΓòÉ
  609.  
  610.  The SHELL settings page lets you specify which program will act as the OS/2 
  611. shell, and which program will be the main command-line processor. 
  612.  
  613.  Workplace Shell: Specifies the program that will act as the Workplace Shell. 
  614. The default is C:\OS2\PMSHELL.EXE. 
  615.  
  616.  COMSPEC: Specifies the program that will act as the main command processor. 
  617. The default is C:\OS2\CMD.EXE. 
  618.  
  619. Note:  The above defaults assume that you have OS/2 installed on the C: drive 
  620. of your computer. 
  621.  
  622.  
  623. ΓòÉΓòÉΓòÉ 7.1. RUNWORKPLACE Details ΓòÉΓòÉΓòÉ
  624.  
  625. This entry tells OS/2 what interface program is to be used. The default is 
  626. PMSHELL.EXE, the Workplace Shell. Other programs can be specified here, 
  627. providing an alternate interface for OS/2. 
  628.  
  629. Tip 
  630.  
  631.  To conserve memory, set this value to the name of the command-line processor 
  632. of your choice, for example, CMD.EXE. The Workplace Shell, while very 
  633. functional, uses quite a bit of memory, which can be used for other things if 
  634. it is not present. On systems with 4 MB of memory, this can make OS/2 a lot 
  635. more fast and usable. 
  636.  
  637. CAUTION:
  638. If you run without the Workplace Shell as noted in the above section, you can 
  639. not perform a "shut down" from a command line.  To do a shut down, at a command 
  640. line, type PMSHELL and press enter.  This starts the Workplace Shell.  Once the 
  641. Workplace Shell is open, you should be able to perform a standard shut down. 
  642.  
  643.  
  644. ΓòÉΓòÉΓòÉ 7.2. COMSPEC Details ΓòÉΓòÉΓòÉ
  645.  
  646. The COMSPEC field specifies the command-line program to be used, and its 
  647. location. This serves the same function as the DOS environment variable of the 
  648. same name. 
  649.  
  650. Tip 
  651.  
  652.  To use an alternate command-line shell, such as 4OS2, specify its name in the 
  653. COMSPEC field. 
  654.  
  655.  
  656. ΓòÉΓòÉΓòÉ 8. Startup Settings Page ΓòÉΓòÉΓòÉ
  657.  
  658.  The STARTUP settings page determines which parts of the Workplace Shell are 
  659. automatically started. When OS/2 is installed, all options except Startup 
  660. Folders Only are enabled.  Turning any of these options off means that the next 
  661. time OS/2 is started, the unchecked options will be disabled. For example, 
  662. turning the Folders option off will prevent all folders, including the 
  663. Workplace Shell, from starting. Turning off the Programs option means that 
  664. programs, except ones in the Startup folder, cannot be started from the 
  665. Workplace Shell. Turning off the Task List option means that the Task 
  666. list(Window list) will not be started. Turning off the Connections option means 
  667. that Network connections will not be started. 
  668.  
  669. CAUTION:
  670. Modifying these options is not recommended for general use. 
  671.  
  672. Note:  Occasionally a running program will cause a lockup in the system, and 
  673. force you to reboot. If this happens, then the next time OS/2 starts, the 
  674. offending program will also start, possibly causing another lockup, forcing 
  675. another reboot, and so on. To prevent this, check the Startup Folders Only 
  676. checkbox. When this option is checked, the Workplace Shell will start in its 
  677. normal state, without starting any programs that were running when it was shut 
  678. down. Checking the Reboot Only checkbox will enable this feature only when the 
  679. machine has to be rebooted. 
  680.  
  681.  
  682. ΓòÉΓòÉΓòÉ 8.1. Startup Details ΓòÉΓòÉΓòÉ
  683.  
  684. The Startup page is used to set which parts of the OS/2 Workplace Shell start 
  685. when OS/2 starts. 
  686.  
  687. CAUTION:
  688. If you remove any of these options, then you may not get OS/2 to respond or you 
  689. will be restricted from accessing portions of the shell.  For example, if you 
  690. leave out Folders, folders, including the Desktop(which is also a folder), can 
  691. not be opened.  If you uncheck Tasklist, then you will not obtain the OS/2 
  692. Tasklist when you press Ctrl-Esc. If Programs is not included, only programs in 
  693. your startup folder will be available. 
  694.  
  695.  
  696. ΓòÉΓòÉΓòÉ 8.2. Restart Details ΓòÉΓòÉΓòÉ
  697.  
  698. The Restart Objects group of options tells OS/2 what applications to start 
  699. after you suspend operations with or without doing a Shutdown (as in doing a 
  700. Ctrl-Alt-Del because some faulty program has locked up your system). The 
  701. default is Yes, i.e., start all objects that were running at the time of 
  702. Shutdown or reboot. Other options are:
  703.  
  704.  No: do not start any applications that were running at time of shutdown or 
  705. reboot. 
  706.  
  707. Startup Folders Only: Start objects only in the Startup folder. This parameter 
  708. is also handy for another purpose. If you have one or more programs in the 
  709. Startup folder and do a shutdown without closing the programs (i.e. left the 
  710. programs open at shutdown), then reboot, OS/2 will restart the programs left 
  711. open AND the Startup folder will start another copy, and you will have two 
  712. copies running. Setting this option eliminates this. 
  713.  
  714. Reboot Only: Start objects only if the OS/2 Workplace Shell is starting from a 
  715. reboot (Ctrl-Alt-Del) or at power on. Objects will not restart if the Workplace 
  716. Shell is restarted as a result of its own error correction recycling. 
  717.  
  718.  
  719. ΓòÉΓòÉΓòÉ 9. Swapfile Settings Page ΓòÉΓòÉΓòÉ
  720.  
  721.  The Swapfile Settings page allows you to change the settings for the 
  722. SWAPPER.DAT file. 
  723.  
  724.  The edit window on this page contains a text string that may look something 
  725. like this: 
  726.  
  727. C:\OS2\SYSTEM\ 512 2048
  728.  
  729.  The first part of the string is the path to the SWAPPER.DAT file. The default 
  730. is C:\OS2\SYSTEM\. 
  731.  
  732.  The second part of the string is the minimum free space(in KB) allowed on the 
  733. drive referenced in the first part of the string. When the free space on this 
  734. drive reaches a value equal to or less than this value, OS/2 will display a 
  735. warning message. 
  736.  
  737. Warning: If you specify a drive that does not contain enough free space, you 
  738. may run out of disk space, and lose data! Be sure and specify a drive with 
  739. ample room. 
  740.  
  741. The third part of the string is the inital swap file size. Bear in mind that 
  742. this is only an Initial size. If OS/2 has to overcommit memory, the size of the 
  743. SWAPPER.DAT file can grow dramatically. The default size is inversely 
  744. proportional to the amount of total physical memory on the computer, because 
  745. the more physical RAM available in the computer there is, the less the swapfile 
  746. is usually needed. 
  747.  
  748. Example: 
  749.  
  750. D:\ 2048 4096
  751. specifies that the SWAPPER.DAT file will be stored on the root directory of 
  752. drive D:, the minimum free space allowed on drive D: will be 2048KB, and that 
  753. the initial size of SWAPPER.DAT will be 4096KB. 
  754.  
  755. Note:  If you specify a path for the SWAPPER.DAT file that does not exist, it 
  756. will not be saved, and an error message will be displayed. 
  757.  
  758.  
  759. ΓòÉΓòÉΓòÉ 9.1. SWAPPATH Details ΓòÉΓòÉΓòÉ
  760.  
  761. SWAPPATH is the statement that determines the location and size of the 
  762. SWAPPER.DAT file. 
  763.  
  764. Tip 
  765.  
  766.  To increase performance slightly, increase the size of the SWAPPER.DAT file to 
  767. the size it will be most often. For example, if you start out with a 2MB 
  768. swapfile on startup but the size increases to 8MB and generally stays there 
  769. while you are using OS/2, increase the SWAPPER.DAT size to 8MB. This saves OS/2 
  770. having to take time to continually change the size of the swapfile. 
  771.  
  772.  
  773. ΓòÉΓòÉΓòÉ 10. System Settings Page ΓòÉΓòÉΓòÉ
  774.  
  775.  The System Settings page allows you to set some general parameters for OS/2. 
  776.  
  777.  The Buffers field sets the number of disk buffers that the system uses. The 
  778. default is 30. Values of more than 100 and less than 3 are invalid, and will be 
  779. ignored. 
  780.  
  781.  The Prompt setting sets the appearance of the OS/2 command prompt. The default 
  782. of  $i[$p]  will create a prompt that looks like this: 
  783.  
  784. [C:\]
  785.  
  786. Note:  to remove the blue help bar from the top of OS/2 sessions, remove the 
  787. "$i" at the beginning of the prompt string. 
  788.  
  789.  The Keys on checkbox should be set if you want to be able to recall previously 
  790. typed commands by pressing the up arrow in an OS/2 session. 
  791.  
  792.  Check the Enable Undelete checkbox if you want to enable Undelete in OS/2 
  793. sessions. If this option was previously unchecked and you check it, this 
  794. program looks in the CONFIG.SYS file for the following statement: 
  795.  
  796. REM SET DELDIR=C:\DELETE,512;D:\DELETE,512; (etc.)
  797. and then copies this information into a new statement in the CONFIG.SYS file. 
  798. If this information is not found, you must edit the CONFIG.SYS file and add 
  799. your own settings manually. While you are editing the file, you should add a 
  800. line similar to the above example with the REM statement in front of it, so the 
  801. next time you change this setting, no warning message will be displayed. 
  802.  
  803. Note:  Checking this option will NOT allow files that have already been deleted 
  804. to be undeleted. 
  805.  
  806.  The Protected Mode Only checkbox will allow OS/2 programs to use memory 
  807. normally reserved for DOS programs, i.e., in the lower 640KB of memory. 
  808. Checking this option, however, will prevent OS/2 from running DOS and/or 
  809. Win-OS/2 sessions. This option is normally not checked. 
  810.  
  811.  The Priority Disk I/O option specifies that applications running in the 
  812. foreground will get priority for disk I/O over applications running in the 
  813. background. 
  814.  
  815.  
  816. ΓòÉΓòÉΓòÉ 10.1. OS/2 Prompt Details ΓòÉΓòÉΓòÉ
  817.  
  818. If you type PROMPT without a parameter, the prompt will return its default of 
  819. the current path in brackets. 
  820.  
  821.  Options for the OS/2 command prompt include: 
  822.  
  823.  $B: The | character
  824.  $C: The open parenthesis (
  825.  $D: Current date
  826.  $E: ASCII code 27 (escape character) so you can use ANSI codes.
  827.  $F: The close parenthesis )
  828.  $G: The "greater than" > symbol
  829.  $H: BACKSPACE over the previous character
  830.  $I: Turns help line on
  831.  $L: The "less than" < character
  832.  $N: Default drive
  833.  $P: Current directory of default drive
  834.  $Q: The equal = character
  835.  $S: The space character
  836.  $T: Current time
  837.  $V: OS/2 version number
  838.  $_: Carriage return or line feed
  839.  
  840. Tip 
  841.  
  842.  You can also add ANSI control sequences to your prompt. For example, to 
  843. display the current time in yellow characters above your prompt, you can 
  844. specify $E[1;33m$T$_$E[0;00m[$P] in the Prompt field. 
  845.  
  846.  
  847. ΓòÉΓòÉΓòÉ 10.2. BUFFERS Details ΓòÉΓòÉΓòÉ
  848.  
  849. BUFFERS Tells OS/2 how many disk buffers to set aside.  The range is from 3 to 
  850. 100.  Each buffer takes up to 512 bytes of RAM.  30 is the default and usually 
  851. works well.  If you are using HPFS only, see tip below.  Disk buffers are 
  852. blocks of memory set aside by OS/2 for use in reading and writing blocks of 
  853. data.  For example, if a program wants to change 80 bytes of a file, it needs 
  854. to read the 512 byte sector that contains the original data, change the 
  855. information and then write the corrected 512 byte sector back out.  A "buffer" 
  856. is the 512 byte temporary staging area for this partial sector operation. 
  857. According to sources at IBM, "OS/2 allows multiple simultaneous I/O operations 
  858. to be queued up for both diskette and hard disk.  Each 'concurrent' operation 
  859. may need a buffer.  If there are not enough buffers, overlap can be inhibited. 
  860. Because OS/2 has more 'simultaneous' queued I/O than DOS, it needs more 
  861. buffers." 
  862.  
  863. Tip 
  864.  
  865.  Generally, you can speed up your system by increasing the number of BUFFERS. 
  866. But, keep in mind that as you increase the number, you reduce available memory. 
  867. 30 is the default, but you may wish to experiment with a higher number, like 50 
  868. or 60.  Be careful about using a lower number unless you only have 4MB of RAM. 
  869. With 4MB of RAM you may wish to set BUFFERS to 20.  This gives you some more 
  870. valuable memory. 
  871.  
  872. Tip 
  873.  
  874.  If you are using only HPFS (i.e., no FAT partitions), set BUFFERS to 3.  With 
  875. HPFS you don't need BUFFERS.  Remember that 3 is the minimum parameter.  If you 
  876. set BUFFERS to 1 or 2, OS/2 will default to 30 since 1 and 2 are out of range. 
  877. There is one exception to this tip.  If you access your floppy disks a lot, 
  878. then a reduced BUFFERS setting will impact floppy performance. 
  879.  
  880.  
  881. ΓòÉΓòÉΓòÉ 11. Printing page ΓòÉΓòÉΓòÉ
  882.  
  883.  The Printing page lets you specify the size of the parallel port device driver 
  884. buffers to enhance the performance of devices attached to the parallel ports on 
  885. the system. Enter the desired size of the buffer for each port in each of the 
  886. edit controls. 
  887.  
  888. Note:  None of these fields can be blank, even if you are not attaching a 
  889. device to that port. Specify a value of 0 if you do not wish to attach a device 
  890. to a specific port. 
  891.  
  892.  
  893. ΓòÉΓòÉΓòÉ 11.1. PRINTMONBUFSIZE Details ΓòÉΓòÉΓòÉ
  894.  
  895. PRINTMONBUFSIZE sets the size of the print buffers for your parallel ports. 
  896. The syntax is PRINTMONBUFSIZE=LPT1,LPT2,LPT3 where LPT1 is the buffer size for 
  897. the parallel port LPT1, LPT2 is the buffer size for LPT2 and LPT3 is the buffer 
  898. size for LPT3. The default and minimum is 134 bytes and the maximum is 2048 
  899. bytes. 
  900.  
  901. Note:  You must define a buffer for LPT2 and LPT3 even if you don't use these 
  902. ports. You will get an error message at startup if you don't. 
  903.  
  904. Tip 
  905.  
  906.  You may be able to improve printer throughput by  increasing buffer size no 
  907. the ports that are being used, and setting ports that are not being used to 
  908. zero. On systems with less than 6MB of RAM, don't increase the size of these 
  909. buffers. 
  910.  
  911.  
  912. ΓòÉΓòÉΓòÉ 12. Tasks Settings Page ΓòÉΓòÉΓòÉ
  913.  
  914.  The TASK settings page allows you to specify how the system will behave with 
  915. regard to multitasking. 
  916.  
  917.  The Max. Wait field sets the amount of time(in seconds) a ready-to-run thread 
  918. waits before the system assigns it a higher priority. When a normal thread is 
  919. denied processor time for a defined number of seconds, it recieves a temporary 
  920. increase in priority. 
  921.  
  922.  The Timeslice Field sets both the minimum and maximum amount of processor time 
  923. allocated to processes and programs for both DOS and OS/2 sessions. Typically, 
  924. this field will either have the word "default" in it, meaning that there is no 
  925. setting for the timeslice in the CONFIG.SYS file at this time, or it will have 
  926. a combination of numbers and commas, like this: 
  927.  
  928. 40,125
  929. ,32
  930. 23,
  931.  
  932.  To set the Timeslice setting back to the default setting, either delete any 
  933. entries in the Timeslice field, or type the word "default" in it. 
  934.  
  935. The first number sets the maximum time in milliseconds to be applied for a 
  936. system boost. It must have a value greater than, or equal to, 32, and has no 
  937. meaning if the Absolute radio button is checked. The second number sets the 
  938. maximum timeslice value in milliseconds. This must be greater than or equal to 
  939. the first value, and less than 65536. 
  940.  
  941. Note:  If either of the 2 numbers is omitted, the comma means that the missing 
  942. number is set to the system default. See the OS/2 command reference for more 
  943. information. 
  944.  
  945.  The Threads field sets the maximum number of threads allowed in the system. It 
  946. must be an integer value between 63 and 4096. 
  947.  
  948.  The Priority radio buttons select which type of scheduling the system will use 
  949. for different processes that are running. The default is Dynamic. 
  950.  
  951.  
  952. ΓòÉΓòÉΓòÉ 12.1. MAXWAIT Details ΓòÉΓòÉΓòÉ
  953.  
  954. MAXWAIT sets the longest period a program will wait to execute before OS/2 ups 
  955. its priority. This makes sure that no program is put on hold forever while some 
  956. other program hogs the system. You can set MAXWAIT from 1 to 255 seconds. The 
  957. default is 3 seconds. 
  958.  
  959. Tip 
  960.  
  961.  When running heavy background programs, such as a BBS, change the setting to 
  962. 1. This will keep the background programs running at top speed. For general 
  963. use, setting MAXWAIT to a value of 2 makes the system more responsive. 
  964.  
  965. Note:  MAXWAIT only has an effect if the Priority setting is DYNAMIC. 
  966.  
  967.  
  968. ΓòÉΓòÉΓòÉ 12.2. TIMESLICE Details ΓòÉΓòÉΓòÉ
  969.  
  970. TIMESLICE allows you to manually control the minimum and maximum amount of 
  971. processor time any thread can receive at once. The syntax is TIMESLICE=x,y 
  972. where x is the minimum time slice (in milliseconds and must be at least 32) and 
  973. where y is the maximum length (must be less than 65536). 
  974.  
  975. Tip 
  976.  
  977.  OS/2 handles time slicing dynamically.  This means that the system is 
  978. adjusting the time slice values based on the actual processes active on the 
  979. system as the workload changes.  Therefore, it is best not to attempt to 
  980. manually set TIMESLICE.  OS/2 can handle this process effectively without 
  981. intervention in most cases. 
  982.  
  983.  
  984. ΓòÉΓòÉΓòÉ 12.3. THREADS Details ΓòÉΓòÉΓòÉ
  985.  
  986. OS/2 programs can have several different processes running at the same time. 
  987. These are called threads.  THREADS sets the maximum number of threads that OS/2 
  988. can run at the same time. 
  989.  
  990. Tip 
  991.  
  992.  On systems with only 4MB of RAM, set THREADS to 128 to free up memory. If you 
  993. have more than 8MB of RAM and run lots of OS/2 specific programs, you may be 
  994. able to improve system responsiveness by increasing the number of threads, 
  995. because well written OS/2 programs will use threads to improve program 
  996. performance.  Therefore, the more OS/2 programs in use, the more threads that 
  997. could be needed.  Bear in mind, however, that this only holds true if you are 
  998. using a large number of OS/2 specific programs. 
  999.  
  1000.  
  1001. ΓòÉΓòÉΓòÉ 12.4. PRIORITY Details ΓòÉΓòÉΓòÉ
  1002.  
  1003. OS/2 automatically assigns processing priorities to each thread of a program as 
  1004. it begins processing. A thread running in the foreground will generally have 
  1005. priority over a thread running in background. Thread priorities are adjusted on 
  1006. an ongoing basis by OS/2, based upon how active they are, to make sure each 
  1007. thread has adequate processing time. On the rare occasion that you need to run 
  1008. a program which must never change in priority, you should set 
  1009. PRIORITY=ABSOLUTE. Otherwise, don't change it. 
  1010.  
  1011.  
  1012. ΓòÉΓòÉΓòÉ 13. User Settings Page ΓòÉΓòÉΓòÉ
  1013.  
  1014.  The User settings page allows you to set up ConfigWiz for use with your 
  1015. system. 
  1016.  
  1017. The CONFIG.SYS File field allows you to select which CONFIG.SYS file will be 
  1018. changed with ConfigWiz. The default is C:\CONFIG.SYS. If you specify a file 
  1019. that cannot be found, an error message will be displayed. 
  1020.  
  1021. The AUTOEXEC.BAT File field allows you to select which AUTOEXEC.BAT file will 
  1022. be changed with ConfigWiz. The default is C:\AUTOEXEC.BAT. If you specify a 
  1023. file that cannot be found, an error message will be displayed. 
  1024.  
  1025.  Click the Comments button if you want a dialog box to appear whenever you 
  1026. press the "Save" button, so you can insert comments at the top of the 
  1027. CONFIG.SYS and AUTOEXEC.BAT files. 
  1028.  
  1029.  The Set as backups button allows you to copy the current CONFIG.SYS and 
  1030. AUTOEXEC.BAT files to the backup files. 
  1031.  
  1032. Use the Refresh button to reinitialize ConfigWiz after you change the file 
  1033. specification in the aforementioned fields. 
  1034.  
  1035. Use the Save Settings button to save the references to the specified files in 
  1036. CSED.INI. 
  1037.  
  1038.  
  1039. ΓòÉΓòÉΓòÉ 14. Backups dialog box ΓòÉΓòÉΓòÉ
  1040.  
  1041.  The Backups dialog box lets you specify which files will be used as backups in 
  1042. the event you decide to abandon all changes you have made to the startup files. 
  1043.  
  1044. The Backup CONFIG.SYS File  field allows you to select a backup CONFIG.SYS 
  1045. file.  The default is in the \BACKUPS subdirectory. If you specify a file that 
  1046. cannot be found, you will be asked if you want to use the currently loaded 
  1047. CONFIG.SYS file as the backup file. If you answer "Yes", a copy of the current 
  1048. CONFIG.SYS file will be made to the specified filename. 
  1049.  
  1050. The Backup AUTOEXEC.BAT File  field allows you to select a backup AUTOEXEC.BAT 
  1051. file.  The default is in the \BACKUPS subdirectory.  If you specify a file that 
  1052. cannot be found, you will be asked if you want to use the currently loaded 
  1053. AUTOEXEC.BAT file as the backup file.  If you answer "Yes", a copy of the 
  1054. current AUTOEXEC.BAT file will be made to the specified filename. 
  1055.  
  1056. Note:  The UNDO ALL option will not be available until you set the backup files 
  1057. to use. 
  1058.  
  1059. Warning: If you didn't use the included INSTALL program to install System 
  1060. Configuration Editor and the \BACKUPS directory does not exist, you will be 
  1061. unable to save the backup files to the \BACKUPS directory. 
  1062.  
  1063.  
  1064. ΓòÉΓòÉΓòÉ 15. Select Ports dialog box ΓòÉΓòÉΓòÉ
  1065.  
  1066. Select the checkbox corresponding to the ports on your system that are being 
  1067. used. 
  1068.  
  1069.  
  1070. ΓòÉΓòÉΓòÉ 16. Add Path dialog box ΓòÉΓòÉΓòÉ
  1071.  
  1072. Type in the name of the directory you wish to add to the appropriate path 
  1073. setting. 
  1074.  
  1075.  
  1076. ΓòÉΓòÉΓòÉ 17. Comments Dialog box ΓòÉΓòÉΓòÉ
  1077.  
  1078.  You can use this dialog box to insert comments into the CONFIG.SYS and 
  1079. AUTOEXEC.BAT files, when you make a change to them and save it. The text you 
  1080. enter in the edit field will be printed in a REM statement at the top of the 
  1081. corresponding file, along with the date and the time it was inserted. This will 
  1082. create a log of changes at the top of the file, beginning with the most recent 
  1083. change, and ending with the least recent. 
  1084.  
  1085. Note:  If you don't want to put a comment in a file, do not enter any text in 
  1086. the field for that file. 
  1087.  
  1088.  
  1089. ΓòÉΓòÉΓòÉ 18. ABOUT ConfigWiz ΓòÉΓòÉΓòÉ
  1090.  
  1091. This is the unregistered version 1.3 of ConfigWiz. It has all of the 
  1092. functionality of the registered version, except for the following: 
  1093.  
  1094. o Enabled Undo last, Undo ALL, and Restart functions. 
  1095.  
  1096. o Another page for setting HELP, BOOKSHELF, GLOSSARY environment variables. 
  1097.  
  1098. o Another page for printer monitor buffer size settings. 
  1099.  
  1100. o Optimize Page/Optimize Global functions. 
  1101.  
  1102. o Various other features. 
  1103.  
  1104. To obtain the registered version of this program, send $15.00, plus 4.00 
  1105. Shipping and Handling to: 
  1106.  
  1107. VacNat Software, Inc.
  1108. 1370 White Oak St.
  1109. Harrisonville, MO 64701
  1110.  Please Make checks payable to Kelly Schrock. 
  1111.  
  1112. When you register, you will receive the latest version of this program. 
  1113. Improvements are being made all the time, and by the time you read this, a new 
  1114. version with more features will be waiting. 
  1115.  
  1116.  Thank you for trying it out. If you wish to talk to me and suggest changes, 
  1117. etc., I can be reached at 70572,1247(CIS) or on the OS/2 conference of FidoNet. 
  1118.  
  1119.  
  1120. ΓòÉΓòÉΓòÉ 18.1. Details not available ΓòÉΓòÉΓòÉ
  1121.  
  1122. Sorry, "Details" help is not available in the demo version.