If Command Extensions are enabled the SHIFT command supports the /n switch which tells the command to start shifting at the nth argument, where n may be between zero and eight. For example: SHIFT /2 would shift %%3 to %%2, %%4 to %%3, etc. and leave %%0 and %%1 unaffected.
If Command Extensions are enabled the DATE command supports the /T switch which tells the command to just output the current ...
If Command Extensions are enabled the POPD command will delete any temporary drive letter created by PUSHD when you POPD ...
If Command Extensions are enabled the PROMPT command supports the following additional formatting characters: $+ zero or ...
If Command Extensions are enabled the PUSHD command accepts network paths in addition to the normal drive letter and path. ...
If Command Extensions are enabled the SHIFT command supports the /n switch which tells the command to start shifting at the ...
If Command Extensions are enabled the TIME command supports the /T switch which tells the command to just output the current ...
If Command Extensions are enabled, and running on the Windows platform, then the BREAK command will enter a hard coded breakpoint ...
If Command Extensions are enabled, external command invocation through the command line or the START command changes as follows: ...
If Command Extensions are enabled, the following additional forms of the FOR command are supported: FOR /D %variable IN (set) ...