If Command Extensions are enabled CHDIR changes as follows: The current directory string is converted to use the same case as the on disk names. So CD C: EMP would actually set the current directory to C: emp if that is the case on disk. CHDIR command does not treat spaces as delimiters, so it is possible to CD into a subdirectory name that contains a space without surrounding the name with quotes. For example: cd \winnt\profiles\username\programs\start menu is the same as: cd "\winnt\profiles\username\programs\start menu" which is what you would have to type if extensions were disabled.
If any of the above files are DLLs, OCX, SCR, CPL or EXEs that are not one of the application's main executables (has a shortcut ...
If applicable, defines the COM CLSID associated with server implementation. Note: decoupled providers do not have an associated ...
If AuthNoEncap is specified as a protocol for a proposal in qmsecmethods, then no other protocols are allowed in that proposal. ...
If Command Extensions are enabled CALL changes as follows: CALL command now accepts labels as the target of the CALL. The ...
If Command Extensions are enabled CHDIR changes as follows: The current directory string is converted to use the same case ...
If Command Extensions are enabled DEL and ERASE change as follows: The display semantics of the /S switch are reversed in ...
If Command Extensions are enabled ENDLOCAL changes as follows: If the corresponding SETLOCAL enable or disabled command extensions ...
If Command Extensions are enabled GOTO changes as follows: GOTO command now accepts a target label of :EOF which transfers ...
If Command Extensions are enabled IF changes as follows: IF /I string1 compare-op string2 command IF CMDEXTVERSION number ...