If Command Extensions are enabled the DATE command supports the /T switch which tells the command to just output the current date, without prompting for a new date.
If Command Extensions are enabled IF changes as follows: IF /I string1 compare-op string2 command IF CMDEXTVERSION number ...
If Command Extensions are enabled MKDIR changes as follows: MKDIR creates any intermediate directories in the path, if needed. ...
If Command Extensions are enabled SET changes as follows: SET command invoked with just a variable name, no equal sign or ...
If Command Extensions are enabled SETLOCAL changes as follows: SETLOCAL batch command now accepts optional arguments: ENABLEEXTENSIONS ...
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 ...