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