home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / pmvkpr22.zip / readme.txt < prev   
Text File  |  1997-01-27  |  6KB  |  148 lines

  1. PMVKProc v2.2
  2. -------------
  3.  
  4. ********************************************************************************
  5. General Information
  6. -------------------
  7.  
  8. The PMVKProc utility is a system information utility which has its
  9. derivation from an process view and kill utility out of which the name
  10. was generated (PMVKPROC = Presentation Manager View and Kill PROCesses).
  11. Currently PMVKProc shows informations about some system variables like 
  12. the size of the time slot, informations about the running processes, 
  13. informations about the file-system attaches to the drives and it has
  14. an editor for the profile file normally called INI-files.
  15.  
  16. The PMVKProc utility is a 32-bit application which runs under the WPS. 
  17. It is developed with IBMs Visual Age C++ and the IOCL library by which 
  18. the program is a little bit larger but better expandable with new functions.
  19. It is developed and tested under OS/2 3.X and 4.0. There should be no 
  20. problems to run it under OS/2 2.X but it is not guaranteed.
  21.  
  22. PMVKProc starts with an overview window. Here you can open additional
  23. windows with the actual information or you can set some options which are 
  24. valid for all windows (like the font size).
  25.  
  26. General information window
  27. --------------------------
  28. This window displays information about system variables. Most of the
  29. shown variables are static. That means they are set in the CONFIG.SYS file or
  30. are detected during the startup procedure of OS/2. 
  31.  
  32. The variables are grouped in four parts:
  33.  - Parallel processes
  34.  - Time slice
  35.  - Memory
  36.  - Path length
  37.  
  38. Process information window
  39. --------------------------
  40. This window displays information about the currently running processes. There
  41. are two listboxes: one which shows all processes with there parent-child 
  42. dependencies and one which shows detailed information about a selected 
  43. process like number of thread or loaded modules.
  44.  
  45. It is also possible to kill a process. Be careful with this function because
  46. the process is killed via the DosKillProcess function. There is no saving of
  47. data or something else.
  48.  
  49. Drives information window
  50. --------------------------
  51. This window displays information about the attached drives. There are 
  52. informations about the file-system, the size of clusters and sector or
  53. the number of free clusters. 
  54.  
  55. Profile (INI) information window
  56. --------------------------------
  57. This window displays information about the contents of a selected profile
  58. (INI) file. First you can "walk" through the profile and can look for
  59. informations, than you can edit a profile by modify a key value or by
  60. creating, deleting or copying a key or application.
  61.  
  62. ********************************************************************************
  63. Shareware Information
  64. ---------------------
  65.  
  66. The PMVKPROC utility is a fully functional shareware version. 
  67. See the registration informations in the help of the program pmvkproc.exe
  68. to get more informations. You will have a 30 days test period to evaluate
  69. the quality of the program. After that period the program will disable
  70. all function so that you have to register!
  71.  
  72. (C) 1996-1997 Frank Stanischewski
  73.  
  74. ********************************************************************************
  75. DISCLAIMER 
  76.  
  77. The authors of this program accept no responsibility for damages that are 
  78. caused by this program and make NO WARRANTY or representation, either 
  79. express or implied, with respect to this software. This software is provided 
  80. "AS IS," and you, its user, assume the entire risk when you use it. 
  81.  
  82. ********************************************************************************
  83. Installation Information
  84. ------------------------
  85.  
  86. Use the INSTALL.EXE program to install and deinstall the program.
  87. All files should be in the same directory to install the program.
  88. To deinstall you only need the INSTALL.EXE and INSTALL.HLP in an
  89. directory. For more information use the help in the INSTALL.EXE
  90. file. There is explained what is going on during the installation
  91. and deinstallation.
  92.  
  93. ********************************************************************************
  94. Author Information
  95. ------------------
  96.  
  97. For any suggestions or bug reports send an e-mail to:
  98.  
  99. stani@t-online.de
  100.  
  101. If you have no access to e-mail, you can send normal mail to :
  102.  
  103. Frank Stanischewski
  104. Elise-Spaeth-Strasse 17
  105. D-91058 Erlangen
  106. Germany
  107.  
  108. or you can send me a FAX :
  109.  
  110. Number : +49-9131-302699
  111.  
  112. ********************************************************************************
  113. Changes :
  114. ---------
  115.  
  116.  Version 1.1
  117.  
  118.    Added new DLL : FISSOFT.DLL cause of error `cannot find
  119.    DDE4MUI.DLL∩. Linked  other libraries statically.
  120.  
  121.  Version 1.2
  122.  
  123.    Added loaded module information of processes. Debugged
  124.    SYS3175 error. Need no DLL anymore.
  125.  
  126.  Big change ! All 1.X version will not work in other computers than on
  127.  mine one. I think it was a compiler bug. Who knows.
  128.  
  129.  Version 2.0
  130.  
  131.    Everything new. New outfit. Use the Visuall Age C++ with the new
  132.    library IOCL to develop the program. Added an installation program
  133.    because of the use of some entries in the OS2.INI profile to find
  134.    my own profile where window positions are put.
  135.  
  136.  Version 2.1
  137.  
  138.    - New: installation program (directory selection window etc.)
  139.    - New: window design caused by new information
  140.    - New: information window for general system informations
  141.  
  142.  Version 2.2
  143.  
  144.    - New: inserted a hard registration!!
  145.    - New: drive information window
  146.    - New: profile (INI) information window
  147.    - Solved: problem with menu help in subwindows
  148.