home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / system / sysnote / sn.inf (.txt) < prev   
Encoding:
OS/2 Help File  |  1994-03-18  |  41.7 KB  |  1,122 lines

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