Lines Matching refs:command
19 ALIAS [alias=[command]]\n\n\
21 command Text to be substituted for an alias.\n\n\
31 batch-parameter Specifies any command-line information required by the\n\
59 STRING_CMD_HELP8 "Starts a new instance of the ReactOS command line interpreter.\n\n\
60 CMD [/[C|K] command][/P][/Q][/T:bf]\n\n\
61 /C command Runs the specified command and terminates.\n\
62 /K command Runs the specified command and remains.\n\
65 /T:bf Sets the background/foreground color (see COLOR command).\n"
183 STRING_DIRSTACK_HELP1 "Stores the current directory for use by the POPD command, then\n\
187 STRING_DIRSTACK_HELP2 "Changes to the directory stored by the PUSHD command.\n\nPOPD"
197 STRING_ECHO_HELP4 "Displays a message or switches command echoing on or off.\n\n\
203 STRING_EXIT_HELP "Exits the command line interpreter.\n\nEXIT [/b] [ExitCode]\n\n\
207 STRING_FOR_HELP1 "Runs a specified command for each file in a set of files.\n\n\
208 FOR %variable IN (set) DO command [parameters]\n\
209 FOR /L %variable IN (start,step,end) DO command [parameters]\n\
210 FOR /D %variable IN (set) DO command [parameters]\n\
211 FOR /R [[drive:]path] IN (set) DO command [parameters]\n\
212 FOR /F [""options""] IN (set) DO command [parameters]\n\n\
215 /R Executes command for files in the set in the specified path (or current\n\
220 command Specifies the command to carry out for each file.\n\
221 parameters Specifies parameters or switches for the specified command.\n\
226 To use the FOR command in a batch program, specify %%variable instead of\n\
239 IF [NOT] ERRORLEVEL number command\n\
240 IF [NOT] string1==string2 command\n\
241 IF [NOT] EXIST filename command\n\
242 IF [NOT] DEFINED variable command\n\n\
243 NOT Specifies that CMD should carry out the command only if\n\
247 command Specifies the command to carry out if the condition is met.\n\
295 Type PATH ; to clear all search-path settings and direct the command shell\n\
301 STRING_PROMPT_HELP1 "Changes the command prompt.\n\n\
303 text Specifies a new command prompt.\n\n\
342 the MOVE command for that purpose.\n"
356 STRING_START_HELP1 "Starts a command.\n\n\
358 [command/program] [parameters]\n\n\
363 B Starts the command or program without creating any window.\n\
366 WAIT Starts the command or program and waits for its termination.\n\
367 command Specifies the command or program to run.\n\
368 parameters Specifies the parameters to be given to the command or program.\n"
369 STRING_TITLE_HELP "Sets the window title for the command prompt window.\n\n\
371 string Specifies the title for the command prompt window.\n"
393 if none of ON, OFF or /S is specified the command\n\
397 STRING_VERIFY_HELP1 "This command is just a dummy!!\n\
474 STRING_FOR_ERROR4 "no command after 'do'.\n"