|
| |
|
K
E
Y |
Common Commands |
INTERNAL |
External |
/SWITCH |
Parameter |
Help text |
AddonTool |
|
Mounted Commands |
.Mount/\Command |
CmdShorthand |
#Constant |
$FUNCTION |
:Procedure |
!GuardNote |
|
Operating Systems |
NT/2K/XP/K3 |
NT Only |
NT/2K |
2K Only |
2K/XP |
XP Only |
XP/K3 |
K3 Only |
2K/XP/K3 |
Related Resources from the NT/2K/XP/K3 Command Library
|
Resource |
|
Short Description |
|
.ExitELn |
|
Sets ERRORLEVEL to n and exits the current script (or loop). |
Go straight to !GuardNotes. (updated
2004-07-13)
This is the Mounted Help Text. We also archive the Common Help Text
for NT,
2K, XP
and K3
Description
Quits the Cmd.exe program (command interpreter)
or the current batch script.
Syntax
Parameters and Switches
|
/B |
|
specifies to exit the
current batch script instead of Cmd.exe. If executed from outside a batch script, it will quit
Cmd.exe |
|
ExitCode |
|
specifies a numeric
number. if /B is specified, sets ERRORLEVEL that number. If quitting Cmd.exe, sets the
process exit code with that number. |
Examples, Notes and Instructions
GuardNotes
Things that are different (by design, by accident or otherwise)
None documented (yet).
|