home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PROCS.ZIP / PROCS.DOC < prev    next >
Text File  |  1992-07-17  |  1KB  |  37 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 /i /s ]
  12.  
  13. Processes are sorted in Process Name, then Process ID order unless /i is used.
  14. If /i is used, they are sorted in Process ID order.
  15.  
  16. Starting point is a string that indicates a process-name or partial
  17. process-name from which to start listing processes. This is not valid if
  18. /i is used.
  19.  
  20. /f fully qualifies the process names.
  21.  
  22. /s suppresses the 'More[Y/N]' messages that occur when the screen is about
  23. to overflow. This is useful if redirecting to a file.
  24.  
  25. If you want a utility that kills processes by name or PID, KILLEM.EXE should
  26. be available where you got PROCS.EXE. If not, let me know and I'll point out
  27. where you could get it.
  28.  
  29. Any comments, suggestions, bug reports can be sent to my CIS id 72251,750.
  30.  
  31. Hope this utility proves useful.
  32.  
  33. Rick Fishman
  34. Code Blazers, Inc.
  35. 4113 Apricot
  36. Irvine, CA 92720
  37.