Author: turner
Date: Sat Aug 5 01:24:57 2006
New Revision: 23448
URL:
http://svn.reactos.org/svn/reactos?rev=23448&view=rev
Log:
update the help for exit to include /b
Modified:
trunk/reactos/base/shell/cmd/En.rc
Modified: trunk/reactos/base/shell/cmd/En.rc
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/En.rc?rev=2…
==============================================================================
--- trunk/reactos/base/shell/cmd/En.rc (original)
+++ trunk/reactos/base/shell/cmd/En.rc Sat Aug 5 01:24:57 2006
@@ -239,7 +239,10 @@
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\