home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / procman.zip / procman.inf (.txt) < prev    next >
OS/2 Help File  |  1995-10-09  |  58KB  |  117 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. What is Process Manager ΓòÉΓòÉΓòÉ
  3.  
  4. Process Manager version 1.0 
  5.  
  6. Process Manager is an OS/2 2.x 32 bit presentation manager program that can 
  7. show the properties of running processes. Processes (the programs) can be 
  8. switched to, manipulated (maximize, minimize, restore, hide), closed or killed. 
  9.  
  10.  
  11. ΓòÉΓòÉΓòÉ 2. How to install Process Manager ΓòÉΓòÉΓòÉ
  12.  
  13. You can put the Process Manager program file (PROCMAN.EXE) anywhere you like on 
  14. your system. PROCMAN.EXE is the only file you need to work with it. Simply 
  15. start it from the command line or start it from an object on the Workplace 
  16. Shell desktop. 
  17.  
  18.  
  19. ΓòÉΓòÉΓòÉ 3. Process Manager's features ΓòÉΓòÉΓòÉ
  20.  
  21. * refresh 
  22.  
  23. Refreshes the list of running processes instantly. You must use this button 
  24. when the system has managed to close and start a program within 100 ms (see 
  25. also auto refresh). 
  26.  
  27. * switch to 
  28.  
  29. A process can be activated by pressing this button, or double clicking the 
  30. process name in the list. 
  31.  
  32. * restore 
  33.  
  34. This button will send an SWP_RESTORE message to the selected processes using 
  35. WinSetWindowPos. The result is the same as if the restore button (one of the 
  36. two buttons in the upper right corner of a window) was pressed. 
  37.  
  38. * hide 
  39.  
  40. This button will send an SWP_HIDE message to the selected processes using 
  41. WinSetWindowPos. The result is the same as if the hide button (one of the two 
  42. buttons in the upper right corner of a window) was pressed. 
  43.  
  44. * maximize 
  45.  
  46. This button will send an SWP_MAXIMIZE message to the selected processes using 
  47. WinSetWindowPos. The result is the same as if the maximize button (one of the 
  48. two buttons in the upper right corner of a window) was pressed. 
  49.  
  50. * minimize 
  51.  
  52. This button will send an SWP_MINIMIZE message to the selected processes using 
  53. WinSetWindowPos. The result is the same as if the minimize button (one of the 
  54. two buttons in the upper right corner of a window) was pressed. 
  55.  
  56. * close process 
  57.  
  58. This button will send an WM_CLOSE message to the selected processes using 
  59. WinSendMsg. The result is the same as if 'close' was selected from the system 
  60. menu of that process's window. 
  61.  
  62. * kill process 
  63.  
  64. Kill process will terminate a process without notifying it. This may result in 
  65. a loss of unsaved data (i.e. a text in a wordprocessor). When using 'close 
  66. process', the process will be asked to close. Processes will be terminated 
  67. using the OS/2 API call DosKillProcess. 
  68.  
  69. * auto refresh 
  70.  
  71. When 'auto refresh' is checked, Process Manager will check every 100 ms if the 
  72. number of running processes has changed. If the number has changed, the list 
  73. will be refreshed. Of course, if the operating system manages to terminate and 
  74. start a program within 100 ms, Process Manager will not notice and the list 
  75. will have to be refreshed by pressing 'refresh'. 
  76.  
  77. * process list 
  78.  
  79. This list contains the names of all the processes currently running in the 
  80. system. Processes can be switched to by double clicking the name or by pressing 
  81. the 'switch to' button. Characteristics of the selected process are displayed 
  82. on the right of Process Manager. 
  83.  
  84. * help 
  85.  
  86. This will give you a short description of Process Manager. 
  87.  
  88. * about 
  89.  
  90. 'About' will show a bit of product information. 
  91.  
  92. * exit 
  93.  
  94. To close Process Manager press this button. 
  95.  
  96. * pulse 
  97.  
  98. This shows the program is monitoring the running processes, it can be stopped 
  99. by unchecking 'auto refresh'. 
  100.  
  101.  
  102. ΓòÉΓòÉΓòÉ 4. Copyright notices ΓòÉΓòÉΓòÉ
  103.  
  104. Process Manager version 1.0 was programmed in C (and a wee tiny bit of C++). 
  105.  
  106. This program is freeware. 
  107.  
  108. The programmer can not guarantee anything about this program. 
  109.  
  110. If you want to direct any remarks about this program (when you want some 
  111. enhancements, or you've discovered a serious error) to me, please do so on the 
  112. internet: piek@chem.vu.nl. 
  113.  
  114. Cheers. 
  115.  
  116. Process Manager version 1.0 -- Copyright (C) October 1995 by Gerard J. Piek. 
  117. Amsterdam, The Netherlands