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