home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / PROCS21.ZIP / readme.doc < prev   
Text File  |  1992-06-06  |  1KB  |  31 lines

  1. PROCS.EXE lists all processes running in OS/2 2.0. It works with OS/2 2.0 and
  2. is a 32-bit app, so it won't run on 1.x. If you want a version that runs on
  3. 1.x, E-Mail me and I'll send you my 16-bit version.
  4.  
  5. PROCS.EXE uses the undocumented API DosQProcStatus to get a list of running
  6. processes - therefore its stability is in question because IBM could change
  7. or remove this API without telling anyone. But this API stayed the same from
  8. 1.1 to 1.3 so I would doubt that the 2.0 version will change in any 2.x
  9. release...
  10.  
  11. Usage: PROCS StartingPoint [ /f /s ]
  12.  
  13. Processes are sorted in Process Name, then Process ID order.
  14.  
  15. Starting point is a string that indicates a process-name or partial
  16. process-name from which to start listing processes.
  17.  
  18. /f fully qualifies the process names.
  19.  
  20. /s suppresses the 'More[Y/N]' messages that occur when the screen is about
  21. to overflow. This is useful if redirecting to a file.
  22.  
  23. Any comments, suggestions, bug reports can be sent to my CIS id 72251,750.
  24.  
  25. Hope this utility proves useful.
  26.  
  27. Rick Fishman
  28. Code Blazers, Inc.
  29. 4113 Apricot
  30. Irvine, CA 92720
  31.