home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / csed_10.zip / csed.HLP (.txt) < prev    next >
OS/2 Help File  |  1993-07-09  |  17KB  |  392 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Introduction ΓòÉΓòÉΓòÉ
  3.  
  4. The System Configuration Editor is a program designed to allow you to easily 
  5. 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. This document discusses the various aspects of the System Configuration Editor, 
  16. and how you can use it. Each page in the notebook has an associated help 
  17. section, discussing what the recommended settings are for each field. To view 
  18. the help on a page, just turn to the page, and press the "Help" button. Good 
  19. luck, and happy editing. 
  20.  
  21.  Some relevant topics include: 
  22.  
  23. Shell Settings Page
  24. Startup Settings Page
  25. Tasks Settings Page
  26. Paths Settings Page
  27. System Settings Page
  28. Swapfile Settings Page
  29. FAT Cache Settings Page
  30. HPFS Cache Settings Page
  31. DOS Settings Page
  32. User Settings Page
  33. About Configuration Editor
  34.  
  35.  
  36. ΓòÉΓòÉΓòÉ 2. DOS Settings Page ΓòÉΓòÉΓòÉ
  37.  
  38.  The DOS settings page lets you specify settings for DOS sessions running under 
  39. OS/2. 
  40.  
  41.  The Files field is where you specify the maximum number of files that can be 
  42. open in a DOS session. The default is 20. The maximum value is 255. 
  43.  
  44.  The PATH setting determines where the command processor will look for program 
  45. files when they are invoked from the command line, or from within applications. 
  46. There is no default. 
  47.  
  48. CAUTION:
  49. The PATH setting should include at least the \OS2, \OS2\MDOS, and OS2\SYSTEM 
  50. directories. 
  51.  
  52. Example 
  53.  
  54. C:\OS2;C:\OS2\SYSTEM;C:\OS2\MDOS;C:\OS2\MDOS\WINOS2;
  55.  
  56.  The Prompt setting sets the appearance of the DOS command prompt. The default 
  57. of  $i$p$g  will create a prompt that looks like this: 
  58.  
  59. C:\>
  60.  
  61. Note:  to remove the white help bar from the top of DOS sessions, remove the 
  62. "$i" at the beginning of the prompt specification. 
  63.  
  64.  The RAM Size setting controls the maximum amount of memory a DOS session can 
  65. have access to. If none is specified, the default is the total amount of low 
  66. memory installed on the computer. (either 512 or 640 KB). 
  67.  
  68.  Check the DOS=High checkbox if you want to load DOS into high memory. 
  69.  
  70.  Check the UMB's checkbox if you want OS/2 to control upper memory blocks. 
  71.  
  72. Note:  If this checkbox is checked, then a DEVICE=VXMS.SYS statement will be 
  73. added to the CONFIG.SYS file, if one is not already there. 
  74.  
  75.  The Break On checkbox should be set if you want DOS to intercept programs with 
  76. presses of the Ctrl+Break or Ctrl+C keys. 
  77.  
  78.  Check the Undelete and the DOSKey on checkboxes to enable Undelete and DOSKey. 
  79.  
  80. Note:  If the Undelete option was previously unchecked and you check it, this 
  81. program looks in the AUTOEXEC.BAT file for the following statement: 
  82.  
  83. REM SET DELDIR=C:\DELETE,512;D:\DELETE,512; (etc.)
  84. and then copies this information into a new statement in the AUTOEXEC.BAT file. 
  85. If this information is not found, you must edit the AUTOEXEC.BAT file and add 
  86. your own settings manually. While you are editing the file, you should add a 
  87. line similar to the above example with the REM statement in front of it, so the 
  88. next time you change this setting, no warning message will be displayed. 
  89.  
  90. Note:  Checking this option will NOT allow files that have already been deleted 
  91. to be undeleted. 
  92.  
  93.  
  94. ΓòÉΓòÉΓòÉ 3. FAT Cache settings page ΓòÉΓòÉΓòÉ
  95.  
  96.  The FAT Cache settings page allows you to specify settings for the cache used 
  97. with the FAT file system. 
  98.  
  99. Note:  If the "Enabled" checkbox is not set, you can not enter any information 
  100. in this page. 
  101.  
  102.  The Size setting controls how large the disk cache will be. The optimum size 
  103. varies with the total amount of physical RAM installed on your computer, but a 
  104. good rule of thumb is no more than 10% of the physical memory. If the disk 
  105. cache is too large, memory used by applications will be depleted faster, 
  106. causing a drop in performance. 
  107.  
  108.  The Threshold setting specifies a number from 4 through 128 that indicates the 
  109. threshold size for the number of sectors that will be placed into the cache. 
  110. The default value is 4. 
  111.  
  112.  The AutoCheck field displays the letters of the drives that will be checked on 
  113. startup. For example, if you have 3 fixed disks or partitions, C, D, and E, you 
  114. would enter "CDE" into this field to specify that you want all of the fixed 
  115. disks checked on startup. 
  116.  
  117.  Check the LazyWrite Enabled checkbox to enable lazy writes on the cache. When 
  118. lazy writes are enabled, the contents of the disk cache are written to disk 
  119. only during disk idle time, or when the cache buffer is full. When lazy writes 
  120. are disabled, the contents of the cache are immediately written to disk, with 
  121. no wait. Enabling lazy writes gives a slight gain in performance. The default 
  122. value is Enabled. 
  123.  
  124.  
  125. ΓòÉΓòÉΓòÉ 4. HPFS Settings Page ΓòÉΓòÉΓòÉ
  126.  
  127.  The HPFS Cache settings page allows you to specify settings for the cache used 
  128. with the High Performance File System. 
  129.  
  130. Note:  If the "Enabled" checkbox is not set, you can not enter any information 
  131. in this page. 
  132.  
  133.  The IFS File field is where you specify a path to the IFS file to be used. 
  134. This field cannot be blank. 
  135.  
  136.  The Cache Size setting controls how much of the memory, in KB, will be used 
  137. for the disk cache. Like the FAT disk cache setting, the optimum size varies 
  138. with the amount of physical RAM installed in the computer, but the HPFS cache 
  139. can normally be set to a smaller size, typically no more than 5% of the total 
  140. physical memory. 
  141.  
  142.  The Max. Record Size setting specifies the maximum record size for caching 
  143. where the maximum record size is a multiple of 2KB. The smallest maximum size 
  144. for caching is 2KB, and the largest maximum size for caching is 64KB. The 
  145. default is 4KB. 
  146.  
  147.  The AutoCheck field displays the letters of the drives that will be checked on 
  148. startup. For example, if you have 3 fixed disks or partitions, C, D, and E, you 
  149. would enter "CDE" into this field to specify that you want all of the fixed 
  150. disks checked on startup. 
  151.  
  152.  Check the LazyWrite Enabled checkbox to enable lazy writes on the cache. When 
  153. lazy writes are enabled, the contents of the disk cache are written to disk 
  154. only during disk idle time, or when the cache buffer is full. When lazy writes 
  155. are disabled, the contents of the cache are immediately written to disk, with 
  156. no wait. Enabling lazy writes gives a slight gain in performance. The default 
  157. value is Enabled. 
  158.  
  159.  
  160. ΓòÉΓòÉΓòÉ 5. PATHS Settings Page ΓòÉΓòÉΓòÉ
  161.  
  162.  The PATHS settings page lets you specify the search paths for OS/2 programs. 
  163.  
  164.  Program Path(PATH): Specifies where the system will look for program files 
  165. when they are invoked, either from a command line, the Workplace Shell, or an 
  166. application. The default is 
  167. C:\OS2;C:\OS2\SYSTEM;C:\OS2\MDOS\WINOS2;C:\OS2\INSTALL;C:\;C:\OS2\APPS; 
  168.  
  169.  Library Path(LIBPATH): Specifies where the system will look for Library files, 
  170. dynamic link libraries(DLLs), etc. used by applications and the Workplace 
  171. Shell. The default is .;C:\OS2\DLL;C:\OS2\MDOS;C:\;C:\OS2\APPS\DLL; 
  172.  
  173.  Data Path(DPATH): Specifies where the system will look for data files used by 
  174. applications and the Workplace Shell. The default is 
  175. C:\OS2;C:\OS2\SYSTEM;C:\OS2\MDOS\WINOS2;C:\OS2\INSTALL;C:\;C:\OS2\BITMAP;C:\OS2\MDOS;C:\OS2\APPS; 
  176.  
  177. Note:  The defaults shown above assume that OS/2 is installed on the C: drive 
  178. of your system, and Win-OS/2 support is installed on your system. 
  179.  
  180.  
  181. ΓòÉΓòÉΓòÉ 6. SHELL Settings Page ΓòÉΓòÉΓòÉ
  182.  
  183.  The SHELL settings page lets you specify which program will act as the OS/2 
  184. shell, and which program will be the main command-line processor. 
  185.  
  186.  Workplace Shell: Specifies the program that will act as the Workplace Shell. 
  187. The default is C:\OS2\PMSHELL.EXE. 
  188.  
  189.  COMSPEC: Specifies the program that will act as the main command processor. 
  190. The default is C:\OS2\CMD.EXE. 
  191.  
  192. Note:  The above defaults assume that you have OS/2 installed on the C: drive 
  193. of your computer. 
  194.  
  195.  
  196. ΓòÉΓòÉΓòÉ 7. STARTUP Settings Page ΓòÉΓòÉΓòÉ
  197.  
  198.  The STARTUP settings page determines which parts of the Workplace Shell are 
  199. automatically started. When OS/2 is installed, all options except Startup 
  200. Folders Only are enabled.  Turning any of these options off means that the next 
  201. time OS/2 is started, the unchecked options will be disabled. For example, 
  202. turning the Folders option off will prevent all folders, including the 
  203. Workplace Shell, from starting. Turning off the Programs option means that 
  204. programs, except ones in the Startup folder, cannot be started from the 
  205. Workplace Shell. Turning off the Task List option means that the Task 
  206. list(Window list) will not be started. Turning off the Connections option means 
  207. that Network connections will not be started. 
  208.  
  209. CAUTION:
  210. Modifying these options is not recommended for general use. 
  211.  
  212. Note:  Occasionally a running program will cause a lockup in the system, and 
  213. force you to reboot. If this happens, then the next time OS/2 starts, the 
  214. offending program will also start, possibly causing another lockup, forcing 
  215. another reboot, and so on. To prevent this, check the Startup Folders Only 
  216. checkbox. When this option is checked, the Workplace Shell will start in its 
  217. normal state, without starting any programs that were running when it was shut 
  218. down. 
  219.  
  220.  
  221. ΓòÉΓòÉΓòÉ 8. SWAPFILE Settings Page ΓòÉΓòÉΓòÉ
  222.  
  223.  The Swapfile Settings page allows you to change the settings for the 
  224. SWAPPER.DAT file. 
  225.  
  226.  The edit window on this page contains a text string that may look something 
  227. like this: 
  228.  
  229. C:\OS2\SYSTEM\ 512 2048
  230.  
  231.  The first part of the string is the path to the SWAPPER.DAT file. The default 
  232. is C:\OS2\SYSTEM\. 
  233.  
  234.  The second part of the string is the minimum free space(in KB) allowed on the 
  235. drive referenced in the first part of the string. When the free space on this 
  236. drive reaches a value equal to or less than this value, OS/2 will display a 
  237. warning message. 
  238.  
  239. Warning: If you specify a drive that does not contain enough free space, you 
  240. may run out of disk space, and lose data! Be sure and specify a drive with 
  241. ample room. 
  242.  
  243. The third part of the string is the inital swap file size. Bear in mind that 
  244. this is only an Initial size. If OS/2 has to overcommit memory, the size of the 
  245. SWAPPER.DAT file can grow dramatically. The default size is inversely 
  246. proportional to the amount of total physical memory on the computer, because 
  247. the more physical RAM available in the computer there is, the less the swapfile 
  248. is usually needed. 
  249.  
  250. Example: 
  251.  
  252. D:\ 2048 4096
  253. specifies that the SWAPPER.DAT file will be stored on the root directory of 
  254. drive D:, the minimum free space allowed on drive D: will be 2048KB, and that 
  255. the initial size of SWAPPER.DAT will be 4096KB. 
  256.  
  257. Note:  If you specify a path for the SWAPPER.DAT file that does not exist, it 
  258. will not be saved, and an error message will be displayed. 
  259.  
  260.  
  261. ΓòÉΓòÉΓòÉ 9. SYSTEM Settings Page ΓòÉΓòÉΓòÉ
  262.  
  263.  The System Settings page allows you to set some general parameters for OS/2. 
  264.  
  265.  The Buffers field sets the number of disk buffers that the system uses. The 
  266. default is 30. Values of more than 100 are invalid, and will be ignored. 
  267.  
  268.  The Prompt setting sets the appearance of the OS/2 command prompt. The default 
  269. of  $i[$p]  will create a prompt that looks like this: 
  270.  
  271. [C:\]
  272.  
  273. Note:  to remove the blue help bar from the top of OS/2 sessions, remove the 
  274. "$i" at the beginning of the prompt specification. 
  275.  
  276.  The Keys on checkbox should be set if you want to be able to recall previously 
  277. typed commands by pressing the up arrow in an OS/2 session. 
  278.  
  279.  Check the Enable Undelete checkbox if you want to enable Undelete in OS/2 
  280. sessions. If this option was previously unchecked and you check it, this 
  281. program looks in the CONFIG.SYS file for the following statement: 
  282.  
  283. REM SET DELDIR=C:\DELETE,512;D:\DELETE,512; (etc.)
  284. and then copies this information into a new statement in the CONFIG.SYS file. 
  285. If this information is not found, you must edit the CONFIG.SYS file and add 
  286. your own settings manually. While you are editing the file, you should add a 
  287. line similar to the above example with the REM statement in front of it, so the 
  288. next time you change this setting, no warning message will be displayed. 
  289.  
  290. Note:  Checking this option will NOT allow files that have already been deleted 
  291. to be undeleted. 
  292.  
  293.  The Protected Mode Only checkbox will allow OS/2 programs to use memory 
  294. normally reserved for DOS programs, i.e., in the lower 640KB of memory. 
  295. Checking this option, however, will prevent OS/2 from running DOS and/or 
  296. Win-OS/2 sessions. This option is normally not checked. 
  297.  
  298.  The Priority Disk I/O option specifies that applications running in the 
  299. foreground will get priority for disk I/O over applications running in the 
  300. background. 
  301.  
  302.  
  303. ΓòÉΓòÉΓòÉ 10. TASKS Settings Page ΓòÉΓòÉΓòÉ
  304.  
  305.  The TASK settings page allows you to specify how the system will behave with 
  306. regard to multitasking. 
  307.  
  308.  The Max. Wait field sets the amount of time(in seconds) a ready-to-run thread 
  309. waits before the system assigns it a higher priority. When a normal thread is 
  310. denied processor time for a defined number of seconds, it recieves a temporary 
  311. increase in priority. 
  312.  
  313.  The Timeslice Field sets both the minimum and maximum amount of processor time 
  314. allocated to processes and programs for both DOS and OS/2 sessions. Typically, 
  315. this field will either have the word "default" in it, meaning that there is no 
  316. setting for the timeslice in the CONFIG.SYS file at this time, or it will have 
  317. a combination of numbers and commas, like this: 
  318.  
  319. 40,125
  320. ,32
  321. 23,
  322.  
  323.  To set the Timeslice setting back to the default setting, either delete any 
  324. entries in the Timeslice field, or type the word "default" in it. 
  325.  
  326. The first number sets the maximum time in milliseconds to be applied for a 
  327. system boost. It must have a value greater than, or equal to, 32, and has no 
  328. meaning if the Absolute radio button is checked. The second number sets the 
  329. maximum timeslice value in milliseconds. This must be greater than or equal to 
  330. the first value, and less than 65536. 
  331.  
  332. Note:  If either of the 2 numbers is omitted, the comma means that the missing 
  333. number is set to the system default. See the OS/2 command reference for more 
  334. information. 
  335.  
  336.  The Threads field sets the minimum number of threads allowed in the system. It 
  337. must be an integer value between 63 and 4096. 
  338.  
  339.  The Priority radio buttons select which type of scheduling the system will use 
  340. for different processes that are running. The default is Dynamic. 
  341.  
  342.  
  343. ΓòÉΓòÉΓòÉ 11. USER Settings Page ΓòÉΓòÉΓòÉ
  344.  
  345.  The USER settings page allows you to configure the System Configuration 
  346. editor. 
  347.  
  348. The CONFIG.SYS File field allows you to select which CONFIG.SYS file will be 
  349. changed with the System Configuration Editor. The default is C:\CONFIG.SYS. If 
  350. you specify a file that cannot be found, an error message will be displayed. 
  351.  
  352. The AUTOEXEC.BAT File field allows you to select which AUTOEXEC.BAT file will 
  353. be changed with the System Configuration Editor. The default is 
  354. C:\AUTOEXEC.BAT. If you specify a file that cannot be found, an error message 
  355. will be displayed. 
  356.  
  357. Use the Refresh button to reinitialize the System Configuration Editor after 
  358. you change the file specification in the aforementioned fields. 
  359.  
  360. Use the Save Settings button to save the references to the specified files in 
  361. CSED.INI. 
  362.  
  363.  
  364. ΓòÉΓòÉΓòÉ 12. ABOUT Config Editor ΓòÉΓòÉΓòÉ
  365.  
  366. This is the unregistered version 1.0 of the System Configuration Editor. It has 
  367. all of the  functionality of the registered version, except for the following: 
  368.  
  369. o Enabled Undo last, Undo ALL, and Restart functions. 
  370.  
  371. o A "Search" function that allows you to find specific items easily. 
  372.  
  373. o A "DEVICE Add" function. 
  374.  
  375. o Another page for setting HELP, BOOKSHELF, GLOSSARY environment variables. 
  376.  
  377. o Various other features. 
  378.  
  379. To obtain the registered version of this program, send $25.00, plus 4.00 
  380. Shipping and Handling to: 
  381.  
  382. VacNat Software, Inc.
  383. 1370 White Oak St.
  384. Harrisonville, MO 64701
  385.  Please Make checks payable to Kelly Schrock. 
  386.  
  387. When you register, you will receive the latest version of this program. 
  388. Improvements are being made all the time, and by the time you read this, a new 
  389. version with more features will be waiting. 
  390.  
  391.  Thank you for trying it out. If you wish to talk to me and suggest changes, 
  392. etc., I can be reached at 70572,1247(CIS) or the FIDO address of 1:280/304.