mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:43:19 +00:00
[TASKLIST] Implement tasklist command-line utility (#3440)
Add command-line program "tasklist" for ReactOS. It works fine on Windows as well.
This commit is contained in:
parent
9039de127c
commit
633ece9025
29 changed files with 929 additions and 0 deletions
16
base/applications/cmdutils/tasklist/resource.h
Normal file
16
base/applications/cmdutils/tasklist/resource.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#pragma once
|
||||
|
||||
#define IDS_USAGE 1000
|
||||
#define IDS_DESCRIPTION 1001
|
||||
#define IDS_OPTION_TOO_MUCH 1002
|
||||
#define IDS_INVALID_SYNTAX 1003
|
||||
#define IDS_INVALID_OPTION 1004
|
||||
#define IDS_ENUM_FAILED 1005
|
||||
#define IDS_OUT_OF_MEMORY 1006
|
||||
|
||||
#define IDS_HEADER_IMAGENAME 1007
|
||||
#define IDS_HEADER_PID 1008
|
||||
#define IDS_HEADER_SESSION 1009
|
||||
#define IDS_HEADER_MEMUSAGE 1010
|
||||
|
||||
#define IDS_MEMORY_STR 1011
|
Loading…
Add table
Add a link
Reference in a new issue