home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / os2 / procs.arj / README.DOC < prev   
Encoding:
Text File  |  1992-05-31  |  1005 b   |  27 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 [ /s ]
  12.  
  13. Starting point is a string that indicates a process-name or partial
  14. process-name from which to start listing processes.
  15.  
  16. /s suppresses the 'More[Y/N]' messages that occur when the screen is about
  17. to overflow. This is useful if redirecting to a file.
  18.  
  19. Any comments, suggestions, bug reports can be sent to my CIS id 72251,750.
  20.  
  21. Hope this utility proves useful.
  22.  
  23. Rick Fishman
  24. Code Blazers, Inc.
  25. 4113 Apricot
  26. Irvine, CA 92720
  27.