Effects of Using the START Command at a Command Prompt

ID: Q200469


The information in this article applies to:
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Datacenter Server
  • Microsoft Windows 2000 Professional
  • Microsoft Windows 2000 Server


SYMPTOMS

You can open a folder in a window by typing

start foldername
at a command prompt. However, if a folder named New Folder exists and you type
start "new folder"
at the command prompt, a new command window with the caption New Folder is opened instead of the New Folder folder.


CAUSE

The specification for the START command indicates that the first quoted string becomes the title for the new window.


RESOLUTION

To start a new window with a string that requires quotation marks, type:

start "" "New Folder"
This is also true for the following:
C:\>start "New Text Document.txt" to start "" "New Text Document.txt"

or

C:\>start "New Bitmap Image.bmp" to start "" "New Bitmap Image.bmp"

Additional query words:

Keywords : kbui
Version : WINDOWS:2000
Platform : WINDOWS
Issue type : kbprb


Last Reviewed: December 29, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.