mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 16:01:53 +00:00
update the help for exit to include /b
svn path=/trunk/; revision=23448
This commit is contained in:
parent
56a847b2ca
commit
4ea471d5a5
1 changed files with 4 additions and 1 deletions
|
@ -239,7 +239,10 @@ Type ECHO without a parameter to display the current ECHO setting."
|
|||
|
||||
STRING_ECHO_HELP5, "ECHO is %s\n"
|
||||
|
||||
STRING_EXIT_HELP, "Exits the command line interpreter.\n\nEXIT\n"
|
||||
STRING_EXIT_HELP, "Exits the command line interpreter.\n\nEXIT [/b] [ExitCode]\n\n\
|
||||
/B Exits a batch file only. \n\
|
||||
If run outside of a batch file it will exit cmd.exe\n\
|
||||
ExitCode This value will be assigned to ERRORLEVEL on exit\n"
|
||||
|
||||
STRING_FOR_HELP1, "Runs a specified command for each file in a set of files\n\n\
|
||||
FOR %variable IN (set) DO command [parameters]\n\n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue