mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
74 lines
3.3 KiB
Text
74 lines
3.3 KiB
Text
/* Magnus Olsen, 2005 */
|
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_NO_ENTRY "This command is not supported by the help utility.\nTry ""%s /?"".\n"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_USAGE "Provides Help information for ReactOS commands.\n\n\
|
|
HELP [command]\n\n\
|
|
command - Display help information for this command.\n"
|
|
IDS_HELP1 "List of all available commands (+ description)\n\n\
|
|
help command\n\
|
|
command /? For more information on a specific command\n\n\
|
|
? List all available commands (without description).\n\
|
|
ALIAS Sets, removes or shows aliases.\n\
|
|
ATTRIB Displays or changes file attributes.\n\
|
|
BEEP Beep the speaker.\n\
|
|
CALL Calls one batch program from another.\n\
|
|
CD Displays the name of or changes the current directory.\n\
|
|
CHCP Displays or sets the active code page number.\n\
|
|
CHOICE Waits for the user to choose one of a set of choices.\n\
|
|
CLS Clears the screen.\n\
|
|
CMD Starts a new instance of the ReactOS command interpreter.\n\
|
|
COLOR Sets the default console foreground and background colors.\n\
|
|
COPY Copies one or more files to another location.\n\
|
|
DATE Displays or sets the date.\n\
|
|
DELETE Deletes one or more files.\n\
|
|
DIR Displays a list of files and subdirectories in a directory.\n\
|
|
ECHO Displays messages, or turns command echoing on or off.\n\
|
|
ERASE Deletes one or more files.\n\
|
|
EXIT Quits the CMD.EXE program (command interpreter).\n\
|
|
FOR Runs a specified command for each file in a set of files.\n\
|
|
FREE (free) disc space.\n\
|
|
GOTO Directs the ReactOS command interpreter to a labeled line in\n\
|
|
a batch program.\n\
|
|
HELP Provides Help information for ReactOS commands.\n\
|
|
HISTORY Lists all commands which have been used.\n\
|
|
IF Performs conditional processing in batch programs.\n\
|
|
LABEL Creates, changes, or deletes the volume label of a disk.\n\
|
|
MD Creates a directory.\n\
|
|
MKDIR Creates a directory.\n\
|
|
MKLINK Creates a filesystem link object.\n\
|
|
MOVE Moves one or more files from one directory to another\n\
|
|
directory.\n\
|
|
PATH Displays or sets a search path for executable files.\n\
|
|
PAUSE Suspends processing of a batch file and displays a message.\n\
|
|
POPD Restores the previous value of the current directory saved by\n\
|
|
PUSHD.\n\
|
|
PROMPT Changes the command prompt.\n\
|
|
PUSHD Saves the current directory then changes it.\n\
|
|
RD Removes a directory.\n\
|
|
REM Records comments (remarks) in batch files.\n\
|
|
REN Renames a file or files.\n\
|
|
RENAME Renames a file or files.\n\
|
|
REPLACE Replaces files.\n\
|
|
RMDIR Removes a directory.\n\
|
|
SCREEN Move cursor and optionally print text.\n\
|
|
SET Displays, sets, or removes ReactOS environment variables.\n\
|
|
SHIFT Shifts the position of replaceable parameters in batch files.\n"
|
|
IDS_HELP2 "START Starts a separate window to run a specified program or command.\n\
|
|
Executes command.\n\
|
|
TIME Displays or sets the system time.\n\
|
|
TIMER Allow the use of ten stopwatches.\n\
|
|
TITLE Sets the window title for a CMD.EXE session.\n\
|
|
TYPE Displays the contents of a text file.\n\
|
|
VER Displays the ReactOS version.\n\
|
|
VERIFY Tells ReactOS whether to verify that your files are written\n\
|
|
correctly to a disk.\n\
|
|
VOL Displays a disk volume label and serial number.\n"
|
|
END
|