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