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 an Internet site tries to use scripting or ActiveX controls, a dialog box is displayed to notify you. You can add the ...
If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors ...
If any media necessary to make the copies are not in the library, Removable Storage Manager will request that you provide ...
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 ...