Help and Support

Article ID: 200469 - Last Review: February 20, 2007 - Revision: 3.2

Effects of Using the START Command at a Command Prompt

This article was previously published under Q200469
Expand all | Collapse all

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"

APPLIES TO
  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Professional Edition
  • Microsoft Windows 2000 Datacenter Server
Keywords: 
kbprb kbui KB200469

Article Translations

 

Related Support Centers