Copyright 1997 Pragma Systems, Inc.
ps.exe
The ps command prints process name and ID of all active processes.
USAGE:
ps [process name] [/?]
COMMAND OPTIONS:
process name full or partial process name. This option will list only the processes that begin with this option
/? Displays text help file
EXAMPLES:
To display all current processes, type:
ps
To display all cmd.exe processes, type
ps cmd
To display text help file, type:
ps /?