home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / sysutils / nolist / nolist.txt < prev   
Encoding:
Text File  |  1993-10-03  |  1.4 KB  |  43 lines

  1. noList.exe, version 1.00
  2. Written by Jack Tan
  3.  
  4.  
  5. noList is a 32-bit OS/2 2.x text-mode application which removes
  6.  Presentation Manager processes from both the OS/2 window list
  7. and the Alt-Esc robin.  The usage syntax is:
  8.  
  9.                  noList [/a] <pid1> [<pid2> ...]
  10.  
  11. By default, each process ID (pid) is assumed to be in decimal.
  12. To use hexadecimal, prefix the pid with '0x'; use '0' to prefix
  13. octal values.  The '/a' switch will place the processes back
  14. into the window list and the Alt-Esc round-robin.  Both '/' and
  15. '-' can be used as the switch prefix.  Executing 'noList' without
  16. parameters displays the version number and help.
  17.  
  18.  
  19. Examples:
  20.    noList               // show help
  21.    noList 0x12 20       // remove processes 0x12 (=18) and 20
  22.    noList -a 20 18      // add processes 18 and 20 back into list
  23.  
  24.  
  25. Revision History:
  26.    Version 1.00 -- 3 October 1993
  27.       Requires EMX.DLL, EMXLIBC.DLL
  28.       First release.  Thanks to Don Meyer for the idea (1 October 1993).
  29.  
  30.  
  31. I hope this program proves useful.  Many thanks to Don Meyer for the
  32. suggestion which got the program started.  I welcome any comments,
  33. criticisms, suggestions, and bug reports.  By using this program, the
  34. user accepts all responsiblity for any damages resulting from this
  35. program, and there is absolutely no warranty.
  36.  
  37. Jack Tan
  38. jahk@uiuc.edu
  39.  
  40. P.O. Box 3894
  41. Oak Brook, IL 60522-3894
  42. United States of America
  43.