|
| |
|
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 |
|
.Call |
|
Calls the currently loaded Command Library |
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
Directs Cmd.exe to a labeled line in a batch program.
Syntax
Parameters and Switches
|
label |
|
Specifies a text string used in the
batch program as a label. |
Examples, Notes and Instructions
You type a label on a line by itself, beginning with a colon.
If Command Extensions are enabled GOTO changes as follows:
GOTO command now accepts a target label of :EOF which transfers control to the end of the current batch script file. This is an
easy way to exit a batch script file without defining a label. Type CALL /?
for a description of extensions to the CALL command that make this feature useful.
GuardNotes
Things that are different (by design, by accident or otherwise)
None documented (yet).
|