home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / select.zip / ps.cmd < prev    next >
OS/2 REXX Batch file  |  1995-08-25  |  160b  |  6 lines

  1. /* ps.cmd - shows a list of running processes */
  2. /*
  3. * All the default values of select are set to fit this procedure.
  4. */
  5. 'pstat /c | select 2>nul | more'
  6.