Brandon Turner turnerb7@msu.edu
[reactos.git] / reactos / subsys / system / cmd / En.rc
1 #include "resource.h"
2 /*
3 * Moved all hardcoded strings to En.rc.
4 * By Magnus Olsen 2005
5 */
6
7 LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
8 STRINGTABLE DISCARDABLE
9 {
10
11 STRING_ATTRIB_HELP, "Displays or changes file attributes.\n\n\
12 ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] file ...\n\
13 [/S [/D]]\n\n\
14 + Sets an attribute\n\
15 - Clears an attribute\n\
16 R Read-only file attribute\n\
17 A Archive file attribute\n\
18 S System file attribute\n\
19 H Hidden file attribute\n\
20 /S Processes matching files in the current directory\n\
21 and all subdirectories\n\
22 /D Processes directories as well\n\n\
23 Type ATTRIB without a parameter to display the attributes of all files."
24
25 STRING_ALIAS_HELP, "Sets, removes or shows aliases.\n\n\
26 ALIAS [alias=[command]]\n\n\
27 alias Name for an alias.\n\
28 command Text to be substituted for an alias.\n\n\
29 To list all aliases:\n\
30 ALIAS\n\n\
31 To set a new or replace an existing alias:\n\
32 ALIAS da=dir a:\n\n\
33 To remove an alias from the alias list:\n\
34 ALIAS da="
35
36 STRING_BEEP_HELP, "Beep the speaker.\n\nBEEP"
37
38 STRING_CALL_HELP, "Calls one batch program from another.\n\n\
39 CALL [drive:][path]filename [batch-parameter]\n\n\
40 batch-parameter Specifies any command-line information required by the\n\
41 batch program."
42
43 STRING_CD_HELP, "Changes the current directory or displays it's name\n\n\
44 CHDIR [drive:][path]\n\
45 CHDIR[..|.]\n\
46 CD [drive:][path]\n\
47 CD[..|.]\n\n\
48 .. parent directory\n\
49 . previous directory\n\n\
50 Type CD drive: to display the current directory on the specified drive.\n\
51 Type CD without a parameter to display the current drive and directory."
52
53 STRING_CHCP_HELP, "Displays or sets the active code page number.\n\n\
54 CHCP [nnn]\n\n\
55 nnn Specifies the active code page number.\n\n\
56 Type CHCP without a parameter to display the active code page number."
57
58 STRING_CHOICE_HELP, "Waits for the user to choose one of a set of choices.\n\n\
59 CHOICE [/C[:]choices][/N][/S][/T[:]c,nn][text]\n\n\
60 /C[:]choices Specifies allowable keys. Default is YN.\n\
61 /N Do not display choices and ? at the end of the prompt string.\n\
62 /S Treat choice keys as case sensitive.\n\
63 /T[:]c,nn Default choice to c after nn seconds.\n\
64 text Prompt string to display.\n\n\
65 ERRORLEVEL is set to offset of key user presses in choices."
66
67 STRING_CLS_HELP, "Clears the screen.\n\nCLS"
68
69 STRING_CMD_HELP1, "\nInternal commands available:\n"
70
71 STRING_CMD_HELP2, "\nFeatures available:"
72
73 STRING_CMD_HELP3," [aliases]"
74
75 STRING_CMD_HELP4," [history]"
76
77 STRING_CMD_HELP5," [unix filename completion]"
78
79 STRING_CMD_HELP6," [directory stack]"
80
81 STRING_CMD_HELP7," [redirections and piping]"
82
83 STRING_CMD_HELP8, "Starts a new instance of the ReactOS command line interpreter.\n\n\
84 CMD [/[C|K] command][/P][/Q][/T:bf]\n\n\
85 /C command Runs the specified command and terminates.\n\
86 /K command Runs the specified command and remains.\n\
87 /P CMD becomes permanent and runs autoexec.bat\n\
88 (cannot be terminated).\n\
89 /T:bf Sets the background/foreground color (see COLOR command)."
90
91 STRING_COLOR_HELP1, "Sets the default foreground and background colors.\n\n\
92 COLOR [attr [/F]] \n\n\
93 attr Specifies color attribute of console output\n\
94 /F fill the console with color attribute\n\n\
95 There are three ways to specify the colors:\n\
96 1) [bright] name on [bright] name (only the first three letters are required)\n\
97 2) decimal on decimal\n\
98 3) two hex digits\n\n\
99 Colors are:\n\
100 dec hex name dec hex name\n\
101 0 0 Black 8 8 Gray(Bright black)\n\
102 1 1 Blue 9 9 Bright Blue\n\
103 2 2 Green 10 A Bright Green\n\
104 3 3 Cyan 11 B Bright Cyan\n\
105 4 4 Red 12 C Bright Red\n\
106 5 5 Magenta 13 D Bright Magenta\n\
107 6 6 Yellow 14 E Bright Yellow\n\
108 7 7 White 15 F Bright White"
109
110 STRING_COPY_HELP1, "Overwrite %s (Yes/No/All)? "
111
112 STRING_COPY_HELP2, "Copies one or more files to another location.\n\n\
113 COPY [/V][/Y|/-Y][/A|/B] source [/A|/B]\n\
114 [+ source [/A|/B] [+ ...]] [destination [/A|/B]]\n\n\
115 source Specifies the file or files to be copied.\n\
116 /A Indicates an ASCII text file.\n\
117 /B Indicates a binary file.\n\
118 destination Specifies the directory and/or filename for the new file(s).\n\
119 /V Verifies that new files are written correctly.\n\
120 /Y Suppresses prompting to confirm you want to overwrite an\n\
121 existing destination file.\n\
122 /-Y Causes prompting to confirm you want to overwrite an\n\
123 existing destination file.\n\n\
124 The switch /Y may be present in the COPYCMD environment variable.\n\
125 ..."
126
127 STRING_DATE_HELP1, "\nEnter new date (mm%cdd%cyyyy): "
128
129 STRING_DATE_HELP2, "\nEnter new date (dd%cmm%cyyyy): "
130
131 STRING_DATE_HELP3, "\nEnter new date (yyyy%cmm%cdd): "
132
133 STRING_DATE_HELP4, "Displays or sets the date.\n\n\
134 DATE [/T][date]\n\n\
135 /T display only\n\n\
136 Type DATE without parameters to display the current date setting and\n\
137 a prompt for a new one. Press ENTER to keep the same date."
138
139 STRING_DEL_HELP1, "Deletes one or more files.\n\n\
140 DEL [/N /P /T /Q /W /Y /Z /A[[:]attributes]] file ...\n\
141 DELETE [/N /P /T /Q /W /Y /Z /A[[:]attributes]] file ...\n\
142 ERASE [/N /P /T /Q /W /Y /Z /A[[:]attributes]] file ...\n\n\
143 file Specifies the file(s) to delete.\n\n\
144 /N Nothing.\n\
145 /P Prompt. Ask before deleting each file.\n\
146 /T Total. Display total number of deleted files and freed disk space.\n\
147 /Q Quiet.\n\
148 /W Wipe. Overwrite the file with random numbers before deleting it.\n\
149 /Y Yes. Kill even *.* without asking.\n\
150 /Z Zap. Delete hidden, read-only and system files.\n\
151 /A Select files to be deleted based on attributes.\n\
152 attributes\n\
153 R Read Only files\n\
154 S System files\n\
155 A Archiveable files\n\
156 H Hidden Files\n\
157 - prefix meaning not\n"
158
159 STRING_DEL_HELP2, "All files in the directory will be deleted!\nAre you sure (Y/N)?"
160 STRING_DEL_HELP3, " %lu file deleted\n"
161 STRING_DEL_HELP4, " %lu files deleted\n"
162
163 STRING_DELAY_HELP, "pause for n seconds or milliseconds\n\
164 DELAY [/m]n\n\n\
165 /m specifiy than n are milliseconds\n\
166 otherwise n are seconds"
167
168 STRING_DIR_HELP1, "DIR [drive:][path][filename] [/A[[:]attributes]] [/B] [/C] [/D] [/L] [/N]\n\
169 [/O[[:]sortorder]] [/P] [/Q] [/S] [/T[[:]timefield]] [/W] [/X] [/4]\n\n\
170 [drive:][path][filename]\n\
171 Specifies drive, directory, and/or files to list.\n\n\
172 /A Displays files with specified attributes.\n\
173 attributes D Directories R Read-only files\n\
174 H Hidden files A Files ready for archiving\n\
175 S System files - Prefix meaning not\n\
176 /B Uses bare format (no heading information or summary).\n\
177 /C Display the thousand separator in file sizes. This is the\n\
178 default. Use /-C to disable display of separator.\n\
179 /D Same as wide but files are list sorted by column.\n\
180 /L Uses lowercase.\n\
181 /N New long list format where filenames are on the far right.\n\
182 /O List by files in sorted order.\n\
183 sortorder N By name (alphabetic) S By size (smallest first)\n\
184 E By extension (alphabetic) D By date/time (oldest first)\n\
185 G Group directories first - Prefix to reverse order\n\
186 /P Pauses after each screenful of information.\n\
187 /Q Display the owner of the file.\n\
188 /S Displays files in specified directory and all subdirectories.\n\
189 /T Controls which time field displayed or used for sorting\n\
190 timefield C Creation\n\
191 A Last Access\n\
192 W Last Written\n\
193 /W Uses wide list format.\n\
194 /X This displays the short names generated for non-8dot3 file\n\
195 names. The format is that of /N with the short name inserted\n\
196 before the long name. If no short name is present, blanks are\n\
197 displayed in its place.\n\
198 /4 Displays four-digit years\n\n\
199 Switches may be preset in the DIRCMD environment variable. Override\n\
200 preset switches by prefixing any switch with - (hyphen)--for example, /-W.\n"
201
202 STRING_DIR_HELP2, " Volume in drive %c is %s\n"
203 STRING_DIR_HELP3, " Volume in drive %c has no label.\n"
204 STRING_DIR_HELP4, " Volume Serial Number is %04X-%04X\n"
205 STRING_DIR_HELP5, "\n Total Files Listed:\n%16i File(s)% 14s bytes\n"
206 STRING_DIR_HELP6, "%16i Dir(s)% 15s bytes\n"
207 STRING_DIR_HELP7, "\n Directory of %s\n\n"
208 STRING_DIR_HELP8, "%16i File(s)% 14s bytes\n"
209
210 STRING_DIRSTACK_HELP1, "Stores the current directory for use by the POPD command, then\n\
211 changes to the specified directory.\n\n\
212 PUSHD [path | ..]\n\n\
213 path Specifies the directory to make the current directory"
214
215 STRING_DIRSTACK_HELP2, "Changes to the directory stored by the PUSHD command.\n\nPOPD"
216
217 STRING_DIRSTACK_HELP3, "Prints the contents of the directory stack.\n\nDIRS"
218
219 STRING_DIRSTACK_HELP4, "Directory stack empty"
220
221 STRING_ECHO_HELP1, "Display a messages without trailing carridge return and line feed.\n\n\
222 ECHOS message"
223
224 STRING_ECHO_HELP2, "Displays a message to the standard error.\n\n\
225 ECHOERR message\n\
226 ECHOERR. prints an empty line"
227
228 STRING_ECHO_HELP3, "Prints a messages to standard error output without trailing carridge return and line feed.\n\n\
229 ECHOSERR message"
230
231 STRING_ECHO_HELP4, "Displays a message or switches command echoing on or off.\n\n\
232 ECHO [ON | OFF]\n\
233 ECHO [message]\n\
234 ECHO. prints an empty line\n\n\
235 Type ECHO without a parameter to display the current ECHO setting."
236
237 STRING_ECHO_HELP5, "ECHO is %s\n"
238
239 STRING_EXIT_HELP, "Exits the command line interpreter.\n\nEXIT"
240
241 STRING_FOR_HELP1, "Runs a specified command for each file in a set of files\n\n\
242 FOR %variable IN (set) DO command [parameters]\n\n\
243 %variable Specifies a replaceable parameter.\n\
244 (set) Specifies a set of one or more files. Wildcards may be used.\n\
245 command Specifies the command to carry out for each file.\n\
246 parameters Specifies parameters or switches for the specified command.\n\n\
247 To use the FOR command in a batch program, specify %%variable instead of\n\
248 %variable."
249
250 STRING_FREE_HELP1, "\nVolume in drive %s is %-11s\n\
251 Serial number is %s\n\
252 %16s bytes total disk space\n\
253 %16s bytes used\n\
254 %16s bytes free\n"
255
256 STRING_FREE_HELP2, "Displays drive information.\n\nFREE [drive: ...]"
257
258 STRING_IF_HELP1, "Performs conditional processing in batch programs.\n\n\
259 IF [NOT] ERRORLEVEL number command\n\
260 IF [NOT] string1==string2 command\n\
261 IF [NOT] EXIST filename command\n\
262 IF [NOT] DEFINED variable command\n\n\
263 NOT Specifies that CMD should carry out the command only if\n\
264 the condition is false\n\
265 ERRORLEVEL number Specifies a true condition if the last program run returned\n\
266 an exit code equal or greater than the number specified.\n\
267 command Specifies the command to carry out if the condition is met.\n\
268 string1==string2 Specifies a true condition if the specified text strings\n\
269 match.\n\
270 EXIST filename Specifies a true condition if the specified filename exists.\n\
271 DEFINED variable Specifies a true condition if the specified variable is\n\
272 defined."
273
274 STRING_GOTO_HELP1, "Directs CMD to a labeled line in a batch script.\n\n\
275 GOTO label\n\n\
276 label Specifies a text string used in a batch script as a label.\n\n\
277 You type a label on a line by itself, beginning with a colon."
278
279 STRING_LABEL_HELP1, "Displays or changes drive label.\n\nLABEL [drive:][label]"
280
281 STRING_LABEL_HELP2, "Volume in drive %c: is %s\n"
282 STRING_LABEL_HELP3, "Volume in drive %c: has no label\n"
283 STRING_LABEL_HELP4, "Volume Serial Number is %04X-%04X\n"
284 STRING_LABEL_HELP5, "Drive label (11 Characters, ENTER if none)? "
285
286 STRING_LOCALE_HELP1, "Current time is"
287
288 STRING_MKDIR_HELP, "Creates a directory.\n\n\
289 MKDIR [drive:]path\nMD [drive:]path"
290
291 STRING_MEMMORY_HELP1, "Displays the amount of system memory.\n\nMEMORY"
292
293 STRING_MEMMORY_HELP2, "\n %12s%% memory load.\n\n\
294 %13s bytes total physical RAM.\n\
295 %13s bytes available physical RAM.\n\n\
296 %13s bytes total page file.\n\
297 %13s bytes available page file.\n\n\
298 %13s bytes total virtual memory.\n\
299 %13s bytes available virtual memory.\n"
300
301 STRING_MISC_HELP1, "Press a key to continue...\n"
302
303 STRING_MOVE_HELP1, "Overwrite %s (Yes/No/All)? "
304
305 STRING_MOVE_HELP2, "Moves files and renames files and directories.\n\n\
306 To move one or more files:\n\
307 MOVE [/N][drive:][path]filename1[,...] destination\n\n\
308 To rename a directory:\n\
309 MOVE [/N][drive:][path]dirname1 dirname2\n\n\
310 [drive:][path]filename1 Specifies the location and name of the file\n\
311 or files you want to move.\n\
312 /N Nothing. Do everything but move files or directories.\n\n\
313 Current limitations:\n\
314 - You can't move a file or directory from one drive to another.\n"
315
316 STRING_MSGBOX_HELP, "display a message box and return user responce\n\n\
317 MSGBOX type ['title'] prompt\n\n\
318 type button displayed\n\
319 possible values are: OK, OKCANCEL,\n\
320 YESNO, YESNOCANCEL\n\
321 title title of message box\n\
322 prompt text displayed by the message box\n\n\n\
323 ERRORLEVEL is set according the button pressed:\n\n\
324 YES : 10 | NO : 11\n\
325 OK : 10 | CANCEL : 12\n"
326
327 STRING_PATH_HELP1, "Displays or sets a search path for executable files.\n\n\
328 PATH [[drive:]path[;...]]\nPATH ;\n\n\
329 Type PATH ; to clear all search-path settings and direct the command shell\n\
330 to search only in the current directory.\n\
331 Type PATH without parameters to display the current path.\n"
332
333 STRING_PROMPT_HELP1, "Changes the command prompt.\n\n\
334 PROMPT [text]\n\n\
335 text Specifies a new command prompt.\n\n\
336 Prompt can be made up of normal characters and the following special codes:\n\n\
337 $A & (Ampersand)\n\
338 $B | (pipe)\n\
339 $C ( (Left parenthesis)\n\
340 $D Current date\n\
341 $E Escape code (ASCII code 27)\n\
342 $F ) (Right parenthesis)\n\
343 $G > (greater-than sign)\n\
344 $H Backspace (erases previous character)\n\
345 $L < (less-than sign)\n\
346 $N Current drive\n\
347 $P Current drive and path\n\
348 $Q = (equal sign)\n\
349 $T Current time\n\
350 $V OS version number\n\
351 $_ Carriage return and linefeed\n\
352 $$ $ (dollar sign)"
353
354 STRING_PAUSE_HELP1, "Stops the execution of a batch file and shows the following message:\n\
355 'Press any key to continue...' or a user defined message.\n\n\
356 PAUSE [message]"
357
358 STRING_PROMPT_HELP2, " $+ Displays the current depth of the directory stack"
359
360 STRING_PROMPT_HELP3, "\nType PROMPT without parameters to reset the prompt to the default setting."
361
362 STRING_REM_HELP, "Starts a comment line in a batch file.\n\nREM [Comment]"
363
364 STRING_RMDIR_HELP, "Removes a directory.\n\n\
365 RMDIR [drive:]path\nRD [drive:]path"
366
367 STRING_REN_HELP1, "Renames a file/directory or files/directories.\n\n\
368 RENAME [/E /N /P /Q /S /T] old_name ... new_name\n\
369 REN [/E /N /P /Q /S /T] old_name ... new_name\n\n\
370 /E No error messages.\n\
371 /N Nothing.\n\
372 /P Prompts for confirmation before renaming each file.\n\
373 (Not implemented yet!)\n\
374 /Q Quiet.\n\
375 /S Rename subdirectories.\n\
376 /T Display total number of renamed files.\n\n\
377 Note that you cannot specify a new drive or path for your destination. Use\n\
378 the MOVE command for that purpose."
379
380 STRING_REN_HELP2, " %lu file renamed\n"
381
382 STRING_REN_HELP3, " %lu files renamed\n"
383
384 STRING_SHIFT_HELP, "Changes the position of replaceable parameters in a batch file.\n\n\
385 SHIFT [DOWN]"
386
387 STRING_SCREEN_HELP, "move cursor and optionally print text\n\n\
388 SCREEN row col [text]\n\n\
389 row row to wich move the cursor\n\
390 col column to wich move the cursor"
391
392 STRING_SET_HELP, "Displays, sets, or removes environment variables.\n\n\
393 SET [variable[=][string]]\n\n\
394 variable Specifies the environment-variable name.\n\
395 string Specifies a series of characters to assign to the variable.\n\n\
396 Type SET without parameters to display the current environment variables.\n"
397
398 STRING_START_HELP1, "Starts a command.\n\n\
399 START command\n\n\
400 command Specifies the command to run.\n\n\
401 At the moment all commands are started asynchronously.\n"
402
403 STRING_TITLE_HELP, "Sets the window title for the command prompt window.\n\n\
404 TITLE [string]\n\n\
405 string Specifies the title for the command prompt window."
406
407 STRING_TIME_HELP1, "Displays or sets the system time.\n\n\
408 TIME [/T][time]\n\n\
409 /T display only\n\n\
410 Type TIME with no parameters to display the current time setting and a prompt\n\
411 for a new one. Press ENTER to keep the same time."
412
413 STRING_TIME_HELP2, "Enter new time: "
414
415 STRING_TIMER_HELP1, "Elapsed %d msecs\n"
416
417 STRING_TIMER_HELP2, "Elapsed %02d%c%02d%c%02d%c%02d\n"
418
419 STRING_TIMER_HELP3, "allow the use of ten stopwaches.\n\n\
420 TIMER [ON|OFF] [/S] [/n] [/Fn]\n\n\
421 ON set stopwach ON\n\
422 OFF set stopwach OFF\n\
423 /S Split time. Return stopwatch split\n\
424 time without changing its value\n\
425 /n Specifiy the stopwach number.\n\
426 Stopwaches avaliable are 0 to 9\n\
427 If it is not specified default is 1\n\
428 /Fn Format for output\n\
429 n can be:\n\
430 0 milliseconds\n\
431 1 hh%cmm%css%cdd\n\n\
432 if none of ON, OFF or /S is specified the command\n\
433 will toggle stopwach state\n\n"
434
435 STRING_TYPE_HELP1, "Displays the contents of text files.\n\nTYPE [drive:][path]filename"
436
437 STRING_VERIFY_HELP1, "This command is just a dummy!!\n\
438 Sets whether to verify that your files are written correctly to a\n\
439 disk.\n\n\
440 VERIFY [ON | OFF]\n\n\
441 Type VERIFY without a parameter to display the current VERIFY setting."
442
443 STRING_VERIFY_HELP2, "VERIFY is %s.\n"
444
445 STRING_VERIFY_HELP3, "Must specify ON or OFF."
446
447 STRING_VERSION_HELP1, "Displays shell version information\n\n\
448 VER [/C][/R][/W]\n\n\
449 /C Displays credits.\n\
450 /R Displays redistribution information.\n\
451 /W Displays warranty information."
452
453 STRING_VERSION_HELP2, " comes with ABSOLUTELY NO WARRANTY; for details\n\
454 type: `ver /w'. This is free software, and you are welcome to redistribute\n\
455 it under certain conditions; type `ver /r' for details. Type `ver /c' for a\n\
456 listing of credits."
457
458 STRING_VERSION_HELP3, "\n This program is distributed in the hope that it will be useful,\n\
459 but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
460 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
461 GNU General Public License for more details."
462
463 STRING_VERSION_HELP4, "\n This program is free software; you can redistribute it and/or modify\n\
464 it under the terms of the GNU General Public License as published by\n\
465 the Free Software Foundation; either version 2 of the License, or\n\
466 (at your option) any later version."
467
468 STRING_VERSION_HELP5, "\nSend bug reports to <ros-dev@reactos.com>.\n\
469 Updates are available at: http://www.reactos.com"
470
471 STRING_VERSION_HELP6, "\nFreeDOS version written by:\n"
472
473 STRING_VERSION_HELP7, "\nReactOS version written by:\n"
474
475 STRING_VOL_HELP1, " Volume in drive %c: is %s"
476 STRING_VOL_HELP2, " Volume in drive %c: has no label"
477 STRING_VOL_HELP3, " Volume Serial Number is %04X-%04X\n"
478 STRING_VOL_HELP4, "Displays the disk volume label and serial number, if they exist.\n\nVOL [drive:]"
479
480 STRING_WINDOW_HELP1, "change console window aspect\n\n\
481 WINDOW [/POS[=]left,top,width,heigth]\n\
482 [MIN|MAX|RESTORE] ['title']\n\n\
483 /POS specify window placement and dimensions\n\
484 MIN minimize the window\n\
485 MAX maximize the window\n\
486 RESTORE restore the window"
487
488 STRING_WINDOW_HELP2, "change console window aspect\n\n\
489 ACTIVATE 'window' [/POS[=]left,top,width,heigth]\n\
490 [MIN|MAX|RESTORE] ['title']\n\n\
491 window tile of window on wich perform actions\n\
492 /POS specify window placement and dimensions\n\
493 MIN minimize the window\n\
494 MAX maximize the window\n\
495 RESTORE restore the window\n\
496 title new title"
497
498
499 STRING_HELP1, "List of all available commands (+ description)\n\n\
500 command /? For more information on a specific command\n\n\
501 ? List all available commands without description).\n\
502 ALIAS Sets, removes or shows aliases.\n\
503 ATTRIB Displays or changes file attributes.\n\
504 BEEP Beep the speaker.\n\
505 CALL Calls one batch program from another.\n\
506 CD Displays the name of or changes the current directory.\n\
507 CHCP Displays or sets the active code page number.\n\
508 CHOICE Waits for the user to choose one of a set of choices.\n\
509 CLS Clears the screen.\n\
510 CMD Starts a new instance of the Windows command interpreter.\n\
511 COLOR Sets the default console foreground and background colors.\n\
512 COPY Copies one or more files to another location.\n\
513 DATE Displays or sets the date.\n\
514 DELETE Deletes one or more files.\n\
515 DIR Displays a list of files and subdirectories in a directory.\n\
516 ECHO Displays messages, or turns command echoing on or off.\n\
517 ERASE Deletes one or more files.\n\
518 EXIT Quits the CMD.EXE program (command interpreter).\n\
519 FOR Runs a specified command for each file in a set of files.\n\
520 FREE (free) disc space.\n\
521 GOTO Directs the Windows command interpreter to a labeled line in\n\
522 a batch program.\n\
523 HELP Provides Help information for ReactOS commands.\n\
524 HISTORY List alle commands which has been used\n\
525 IF Performs conditional processing in batch programs.\n\
526 LABEL Creates, changes, or deletes the volume label of a disk.\n\
527 MD Creates a directory.\n\
528 MKDIR Creates a directory.\n\
529 MOVE Moves one or more files from one directory to another\n\
530 directory.\n\
531 PATH Displays or sets a search path for executable files.\n\
532 PAUSE Suspends processing of a batch file and displays a message.\n\
533 POPD Restores the previous value of the current directory saved by\n\
534 PUSHD.\n\
535 PROMPT Changes the command prompt.\n\
536 PUSHD Saves the current directory then changes it.\n\
537 RD Removes a directory.\n\
538 REM Records comments (remarks) in batch files.\n\
539 REN Renames a file or files.\n\
540 RENAME Renames a file or files.\n\
541 RMDIR Removes a directory.\n\
542 SCREEN Move cursor and optionally print text.\n\
543 SET Displays, sets, or removes Windows environment variables.\n\
544 SHIFT Shifts the position of replaceable parameters in batch files.\n"
545 STRING_HELP2, "START Starts a separate window to run a specified program or command.\n\
546 Befehl auszufuehren.\n\
547 TIME Displays or sets the system time.\n\
548 TIMER Allow the use of ten stopwaches.\n\
549 TITLE Sets the window title for a CMD.EXE session.\n\
550 TYPE Displays the contents of a text file.\n\
551 VER Displays the Windows version.\n\
552 VERIFY Tells Windows whether to verify that your files are written\n\
553 correctly to a disk.\n\
554 VOL Displays a disk volume label and serial number."
555
556
557 STRING_CHOICE_OPTION, "YN"
558 STRING_COPY_OPTION, "YNA"
559
560
561 STRING_ALIAS_ERROR, "Command line too long after alias expansion!\n"
562 STRING_BATCH_ERROR, "Error opening batch file\n"
563 STRING_CHCP_ERROR1, "Active code page: %u\n"
564 STRING_CHCP_ERROR4, "Invalid code page\n"
565 STRING_CHOICE_ERROR, "Invalid option. Expected format: /C[:]options"
566 STRING_CHOICE_ERROR_TXT, "Invalid option. Expected format: /T[:]c,nn"
567 STRING_CHOICE_ERROR_OPTION, "Illegal Option: %s"
568 STRING_CMD_ERROR1, "Can't redirect input from file %s\n"
569 STRING_CMD_ERROR2, "Error creating temporary file for pipe data\n"
570 STRING_CMD_ERROR3, "Can't redirect to file %s\n"
571 STRING_CMD_ERROR4, "Running %s...\n"
572 STRING_CMD_ERROR5, "Running cmdexit.bat...\n"
573 STRING_COLOR_ERROR1, "Same colors error! (Background and foreground can't be the same color)"
574 STRING_COLOR_ERROR2, "error in color specification"
575 STRING_COLOR_ERROR3, "Color %x\n"
576 STRING_COLOR_ERROR4, "same colors error!"
577 STRING_CONSOLE_ERROR, "Unknown error: %d\n"
578 STRING_COPY_ERROR1, "Error: Cannot open source - %s!\n"
579 STRING_COPY_ERROR2, "Error: Can't copy onto itself!\n"
580 STRING_COPY_ERROR3, "Error writing destination!\n"
581 STRING_COPY_ERROR4, "Error: Not implemented yet!\n"
582 STRING_DATE_ERROR, "Invalid date."
583 STRING_DEL_ERROR5, "The file %s will be deleted! "
584 STRING_DEL_ERROR6, "Are you sure (Y/N)?"
585 STRING_DEL_ERROR7, "Deleting: %s\n"
586 STRING_ERROR_ERROR1, "Unknown error! Error code: 0x%lx\n"
587 STRING_ERROR_ERROR2, "Syntax error"
588 STRING_FOR_ERROR1, "'in' missing in for statement."
589 STRING_FOR_ERROR2, "no brackets found."
590 STRING_FOR_ERROR3, "'do' missing."
591 STRING_FOR_ERROR4, "no command after 'do'."
592 STRING_FREE_ERROR1, "Invalid drive"
593 STRING_FREE_ERROR2, "unlabeled"
594 STRING_GOTO_ERROR1, "No label specified for GOTO"
595 STRING_GOTO_ERROR2, "Label '%s' not found\n"
596
597 STRING_MOVE_ERROR1, "[OK]\n"
598 STRING_MOVE_ERROR2, "[Error]\n"
599
600 STRING_REN_ERROR1, "MoveFile() failed. Error: %lu\n"
601
602 STRING_START_ERROR1, "No batch support at the moment!"
603
604 STRING_TIME_ERROR1, "Invalid time."
605
606 STRING_TYPE_ERROR1, "Invalid option '/%s'\n"
607
608 STRING_WINDOW_ERROR1, "window not found"
609
610
611 STRING_ERROR_PARAMETERF_ERROR, "Parameter format not correct - %c\n"
612 STRING_ERROR_INVALID_SWITCH, "Invalid switch - /%c\n"
613 STRING_ERROR_TOO_MANY_PARAMETERS, "Too many parameters - %s\n"
614 STRING_ERROR_PATH_NOT_FOUND, "Path not found\n"
615 STRING_ERROR_FILE_NOT_FOUND, "File not found\n"
616 STRING_ERROR_REQ_PARAM_MISSING, "Required parameter missing\n"
617 STRING_ERROR_INVALID_DRIVE, "Invalid drive specification\n"
618 STRING_ERROR_INVALID_PARAM_FORMAT, "Invalid parameter format - %s\n"
619 STRING_ERROR_BADCOMMAND, "Bad command or filename\n"
620 STRING_ERROR_OUT_OF_MEMORY, "Out of memory error.\n"
621 STRING_ERROR_CANNOTPIPE, "Error! Cannot pipe! Cannot open temporary file!\n"
622 STRING_ERROR_D_PAUSEMSG, "Press any key to continue . . ."
623 STRING_ERROR_DRIVER_NOT_READY, "Drive not ready"
624
625 STRING_PATH_ERROR, "CMD: Not in environment '%s'\n"
626
627 STRING_CMD_SHELLINFO, "\nReactOS Command Line Interpreter"
628 STRING_VERSION_RUNVER, " running on %s"
629 STRING_COPY_FILE , " %d file(s) copied\n"
630 STRING_DELETE_WIPE, "wiped"
631 STRING_FOR_ERROR, "bad variable specification."
632 STRING_SCREEN_COL, "invalid value for col"
633 STRING_SCREEN_ROW, "invalid value for row"
634 STRING_TIMER_TIME "Timer %d is %s: "
635 }