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