[ros-diffs] [turner] 23448: update the help for exit to include /b

turner at svn.reactos.org turner at svn.reactos.org
Fri Aug 4 23:24:57 CEST 2006


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=23448&r1=23447&r2=23448&view=diff
==============================================================================
--- 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\




More information about the Ros-diffs mailing list