mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
633ece9025
Add command-line program "tasklist" for ReactOS. It works fine on Windows as well.
20 lines
762 B
Text
20 lines
762 B
Text
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_USAGE, "Usage: TASKLIST [/?] [/NH]\n"
|
|
IDS_DESCRIPTION, "\n\
|
|
Desciption:\
|
|
This tool displays a list of currently running processes on\n\
|
|
the machine.\n"
|
|
IDS_OPTION_TOO_MUCH, "Error: Invalid syntax. '%1' option is not allowed more than '%2!d!' time(s).\n"
|
|
IDS_INVALID_SYNTAX, "Error: Invalid syntax.\n"
|
|
IDS_INVALID_OPTION, "Error: Unknown or invalid command line option specified.\n"
|
|
IDS_ENUM_FAILED, "Error: Unable to enumerate the process list.\n"
|
|
IDS_OUT_OF_MEMORY, "Error: Out of memory.\n"
|
|
IDS_HEADER_IMAGENAME, "Image Name"
|
|
IDS_HEADER_PID, "PID"
|
|
IDS_HEADER_SESSION, "Session#"
|
|
IDS_HEADER_MEMUSAGE, "Mem Usage"
|
|
IDS_MEMORY_STR, "%s K"
|
|
END
|