[ntoskrnl/cc]
[reactos.git] / reactos / base / applications / cmdutils / doskey / lang / en-US.rc
1 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2
3 STRINGTABLE DISCARDABLE
4 BEGIN
5
6 IDS_HELP, "Manages command-line editing settings, history, and macros.\n\
7 \n\
8 DOSKEY [/INSERT | /OVERSTRIKE] [/EXENAME=exe] [/HISTORY] [/LISTSIZE=size]\n\
9 [/REINSTALL] [/MACROS[:exe | :ALL]] [/MACROFILE=file] [macroname=[text]]\n\
10 \n\
11 /INSERT Enables insert mode.\n\
12 /OVERSTRIKE Disables insert mode.\n\
13 /EXENAME=exename Sets the name of the program to view/change history\n\
14 and macros for. The default is cmd.exe.\n\
15 /HISTORY Displays the command history.\n\
16 /LISTSIZE=size Sets the number of commands per history buffer.\n\
17 /REINSTALL Clears the command history.\n\
18 /MACROS Displays macro definitions.\n\
19 /MACROS:exename Displays macro definitions for a specific program.\n\
20 /MACROS:ALL Displays macro definitions for all programs.\n\
21 /MACROFILE=filename Loads macro definitions from a file.\n\
22 macroname Specifies the name of a macro to create.\n\
23 text Specifies the replacement text for the macro.\n"
24
25 IDS_INVALID_MACRO_DEF, "Invalid macro definition: %s\n"
26
27 END