1 2LANGUAGE LANG_CZECH, SUBLANG_DEFAULT 3 4STRINGTABLE 5BEGIN 6 IDS_NO_ENTRY "This command is not supported by the help utility.\nTry ""%s /?"".\n" 7END 8 9STRINGTABLE 10BEGIN 11 IDS_USAGE "Provides Help information for ReactOS commands.\n\n\ 12HELP [command]\n\n\ 13 command - Display help information for this command.\n" 14 IDS_HELP1 "List of all available commands (+ description)\n\n\ 15 help command\n\ 16 command /? For more information on a specific command\n\n\ 17? List all available commands (without description).\n\ 18ALIAS Sets, removes or shows aliases.\n\ 19ATTRIB Displays or changes file attributes.\n\ 20BEEP Beep the speaker.\n\ 21CALL Calls one batch program from another.\n\ 22CD Displays the name of or changes the current directory.\n\ 23CHCP Displays or sets the active code page number.\n\ 24CHOICE Waits for the user to choose one of a set of choices.\n\ 25CLS Clears the screen.\n\ 26CMD Starts a new instance of the ReactOS command interpreter.\n\ 27COLOR Sets the default console foreground and background colors.\n\ 28COPY Copies one or more files to another location.\n\ 29DATE Displays or sets the date.\n\ 30DELETE Deletes one or more files.\n\ 31DIR Displays a list of files and subdirectories in a directory.\n\ 32ECHO Displays messages, or turns command echoing on or off.\n\ 33ERASE Deletes one or more files.\n\ 34EXIT Quits the CMD.EXE program (command interpreter).\n\ 35FOR Runs a specified command for each file in a set of files.\n\ 36FREE (free) disc space.\n\ 37GOTO Directs the ReactOS command interpreter to a labeled line in\n\ 38 a batch program.\n\ 39HELP Provides Help information for ReactOS commands.\n\ 40HISTORY List all commands which has been used\n\ 41IF Performs conditional processing in batch programs.\n\ 42LABEL Creates, changes, or deletes the volume label of a disk.\n\ 43MD Creates a directory.\n\ 44MKDIR Creates a directory.\n\ 45MKLINK Creates a filesystem link object.\n\ 46MOVE Moves one or more files from one directory to another\n\ 47 directory.\n\ 48PATH Displays or sets a search path for executable files.\n\ 49PAUSE Suspends processing of a batch file and displays a message.\n\ 50POPD Restores the previous value of the current directory saved by\n\ 51 PUSHD.\n\ 52PROMPT Changes the command prompt.\n\ 53PUSHD Saves the current directory then changes it.\n\ 54RD Removes a directory.\n\ 55REM Records comments (remarks) in batch files.\n\ 56REN Renames a file or files.\n\ 57RENAME Renames a file or files.\n\ 58REPLACE Replaces files.\n\ 59RMDIR Removes a directory.\n\ 60SCREEN Move cursor and optionally print text.\n\ 61SET Displays, sets, or removes ReactOS environment variables.\n\ 62SHIFT Shifts the position of replaceable parameters in batch files.\n" 63 IDS_HELP2 "START Starts a separate window to run a specified program or command.\n\ 64 Executes command.\n\ 65TIME Displays or sets the system time.\n\ 66TIMER Allow the use of ten stopwatches.\n\ 67TITLE Sets the window title for a CMD.EXE session.\n\ 68TYPE Displays the contents of a text file.\n\ 69VER Displays the ReactOS version.\n\ 70VERIFY Tells ReactOS whether to verify that your files are written\n\ 71 correctly to a disk.\n\ 72VOL Displays a disk volume label and serial number.\n" 73END 74