home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / utils / memsz221 / english.ipf < prev    next >
Encoding:
Text File  |  1993-12-23  |  5.9 KB  |  153 lines

  1. #include "memsize.h"
  2. :userdoc.
  3. :title.'System Resources' Help
  4. :body.
  5.  
  6. :h1 res=ID_MAIN.Introduction
  7. :i1.Introduction
  8. :artwork name='memsize.bmp' align=center.
  9. :p.
  10. This program displays several items related to system resources,
  11. and updates the display once per second, providing it is given
  12. CPU time to do so.  The items displayed are:
  13. :p.
  14. :hp2.Date/Time:ehp2. - The current date and time, in the format called for
  15. in the default country information for your system, as specified in
  16. the COUNTRY= entry of your CONFIG.SYS file.
  17. :p.
  18. :hp2.Elapsed Time:ehp2. - The elapsed time since the computer
  19. was last restarted.
  20. :p.
  21. :hp2.Available Memory:ehp2. - The amount of virtual memory
  22. available, according to the :hp1.DosQuerySysInfo:ehp1. function,
  23. less the available swap space.  This is the sum of the free space
  24. in memory and the free space within the swap file, and I have not
  25. been able to find a way to separate the two yet.
  26. :p.
  27. :hp2.Swap File Size:ehp2. - The current size of the system
  28. virtual memory swap file, SWAPPER.DAT.
  29. To locate the file, the file CONFIG.SYS is scanned for its SWAPPATH entry.
  30. That entry provides the full name of the swap-file's directory and
  31. indicates the minimum free space that must be left on the swap-file's
  32. disk drive.
  33. :p.
  34. :hp2.Available Swap Space:ehp2. - The amount of free disk space on the
  35. logical disk drive where the system swap file resides, less the mininum
  36. free space.  This is how much more the swap file could expand, if necessary.
  37. :p.
  38. :hp2.Spool File Size:ehp2. - The amount of disk space consumed by spool files.
  39. :p.
  40. :hp2.CPU Load (%):ehp2. - The approximate percentage of the CPU's available
  41. horsepower that's being used at the moment.  It is averaged over the previous
  42. second.
  43. :note.This function and PULSE do not get along with each other.
  44. :p.
  45. :hp2.Active Task Count:ehp2. - The number of entries in the system switch list,
  46. which is the list displayed when you press CTRL+ESC.
  47. :note.Not all entries in the system switch list are displayed in the
  48. Window List.  Some are marked for non-display.
  49. :p.
  50. :hp2.Total Free Disk Space:ehp2. - The amount of free space on all the
  51. non-removable disks combined.
  52. :p.
  53. :hp2.Drive X Free:ehp2. - The amount of free space on drive X.
  54. :p.
  55. The help facility is active, as you've already seen, and those program
  56. commands that exist may be accessed via the window's system menu.  The
  57. following commands are available:
  58. :sl compact.
  59. :li.:hpt.Save Defaults:ehpt.:hdref res=IDM_SAVE_APPLICATION.
  60. :li.:hpt.Reset Defaults:ehpt.:hdref res=IDM_RESET_DEFAULTS.
  61. :li.:hpt.Hide Controls:ehpt.:hdref res=IDM_HIDE_CONTROLS.
  62. :li.:hpt.Configure...:ehpt.:hdref res=IDM_CONFIGURE.
  63. :li.:hpt.About:ehpt.:hdref res=IDM_ABOUT.
  64. :esl.:p.
  65. In addition to those features already described, this program accepts
  66. commands from the OS/2 2.0 Font and Color Palette programs.
  67.  
  68. :h1 res=IDM_SAVE_APPLICATION.Save Defaults (Menu Option)
  69. :i1.Save Defaults (Menu Option)
  70. When you select this menu option, the program saves its current position
  71. and the status of the Hide Controls option.  The next time the program
  72. is started, it will be started with that position and with the controls
  73. hidden (or not) according to the saved state.
  74. :p.
  75. The short-cut key for this command is F2.
  76.  
  77. :h1 res=IDM_RESET_DEFAULTS.Reset Defaults (Menu Option)
  78. :i1.Reset Defaults (Menu Option)
  79. Selecting this menu option will reset the program's font and color
  80. attributes to their default values.
  81.  
  82. :h1 res=IDM_HIDE_CONTROLS.Hide Controls (Menu Option)
  83. :i1.Hide Controls (Menu Option)
  84. This menu option, when selected, will cause the program's frame controls
  85. (the system menu, the titlebar and the minimize button) to be hidden.
  86. This option can be toggled with a double-click on either mouse button.
  87. Also, since I saw it as very useful to be able to move the window while
  88. the controls were hidden, the window has been set up so that you can
  89. drag it with either mouse button.
  90. :p.
  91. The key combination Alt+H will perform this function also.
  92.  
  93. :h1 res=IDM_CONFIGURE.Configure... (Menu Option)
  94. :i1.Configure... (Menu Option)
  95. This menu option, when selected, will cause the program's Configure dialog
  96. to be displayed.
  97. :p.
  98. The key combination Alt+C will perform this function also.
  99.  
  100. :h1 res=IDD_CONFIGURE.Configure... (Dialog)
  101. :i1.Configure... (Dialog)
  102. This dialog box displays the list of available display items and allows
  103. you to select which ones will be included in the program window.
  104. Also, the program's Hide Controls option and Float-to-Top option can
  105. each be set on or off here.
  106. Finally, the program's window refresh interval can be viewed and
  107. altered here.
  108. :p.
  109. Make the changes you wish, then press the ENTER key or click on the OK
  110. button to cause them to take effect.
  111. :p.
  112. To abort the dialog without saving whatever changes may have been made,
  113. press the ESC key or click on the ESCAPE button with the mouse.
  114.  
  115. :h1 res=IDM_ABOUT.About (Menu Option)
  116. :i1.About (Menu Option)
  117. This menu option, when selected, will cause the program's About dialog
  118. to be displayed.
  119.  
  120. :h1 res=IDD_ABOUT.About (Dialog)
  121. :i1.About (Dialog)
  122. This dialog box displays the program name, icon and copyright information.
  123. To exit the dialog, press the ENTER key, the SPACE bar or the ESCAPE key,
  124. or click on the OK button with the mouse.
  125.  
  126. :h1 res=IDM_KEYS_HELP.Keys Help
  127. :i1.Keys Help
  128. The following function keys have been defined for this program:
  129. :sl compact.
  130. :li.F1 - Help
  131. :li.F2 - Save Defaults
  132. :li.F3 - Exit
  133. :li.Alt+H - Hide Controls
  134. :esl.:p.
  135.  
  136. :h1 res=IDD_PROFILE_PATH.Set Profile Path (Dialog)
  137. :i1.Set Profile Path (Dialog)
  138. This dialog is displayed when the program cannot find its profile (INI) file,
  139. and asks you where the file is or where it is to be created.
  140. :p.
  141. Only a valid existing directory name will be accepted.
  142. Once you have entered the name, press the ENTER key or click on the OK
  143. button for the program to continue.
  144. :p.
  145. If you wish to abort the program's initialization sequence, press
  146. the ESC key or click on the escape button.
  147.  
  148. :euserdoc.
  149.  
  150.  
  151.  
  152.  
  153.