Annoyances.org
Home » Windows XP Discussion Forum » Message 1277639586 Search | Help | Home
  
Tip: Run a free scan for common Windows errors ad

re: Question about 'Run a Shortcut from the Command Prompt'
Sunday, June 27, 2010 at 4:53 am
Windows XP Annoyances Discussion Forum
Posted by brunob75 (1 messages posted)


The 'issue' here is not related specifically to shortcuts (.lnk files) or batch files.

This is the way the start command is designed to work, and it is exactly the same when used from the command line or when trying to launch other executable file types. The same goes when trying to leverage data file type associations to open them from the command line (or batch file).

As has been mentionned above in this page, the first argument to the 'start' command is the desired "Title" for the new window, enclosed between double quotes.

So when using the start command followed by an enquoted string and nothing else, it will launch a new cmd.exe (command prompt) with the provided string as "title". This can be seen right there in the new window title bar.

This is what happens when the full pathname of the target file includes space chars, and you MUST double quote it.

To avoid this, you need to provide a title argument before the pathname of the file you want to launch. This "Title" string can be empty, but the argument needs to be there.

For instance, this command will launch IE just fine :

start "" "c:\Program Files\Internet Explorer\iexplore.exe"

While this one instead will not :

start "c:\Program Files\Internet Explorer\iexplore.exe"

The only thing specific to executable files (defined in your system's %PATHEXT% environment variable) is that the file extension technically needs not be provided.

To avoid any possible confusion though, and potentially create a security exposure, it is a good idea to always explicitly provide it in the command.




Written in response to:
re: Question about 'Run a Shortcut from the Command Prompt' (Andy Gee: Thursday, June 24, 2010 at 2:39 am)

There are presently no replies to this message.

All messages in this thread [show all]
-Question about 'Run a Shortcut from the Command Prompt' (Chris (Hunt): Tue, Feb 4, 2003, 6:58 am)
-re: Question about 'Run a Shortcut from the Command Prompt' (PartieHonteuse: Tue, Feb 4, 2003, 9:38 am)
-re: Question about 'Run a Shortcut from the Command Prompt' (Chris (Hunt): Tue, Feb 4, 2003, 4:09 pm)
-re: Question about 'Run a Shortcut from the Command Prompt' (Revoman: Wed, Mar 19, 2003, 7:39 am)
-re: Question about 'Run a Shortcut from the Command Prompt' (Salieri: Fri, May 23, 2003, 7:19 pm)
-re: Question about 'Run a Shortcut from the Command Prompt' (Vinnie D: Wed, Jun 4, 2003, 12:02 am)
-re: Question about 'Run a Shortcut from the Command Prompt' (Daniel: Wed, Jun 11, 2003, 4:20 am)
-re: Question about 'Run a Shortcut from the Command Prompt' (Ken Jones: Tue, Jul 25, 2006, 3:23 pm)
-re: lnk won't run minimized when executed from cmd (dan: Mon, Nov 20, 2006, 11:39 am)
*re: lnk won't run minimized when executed from cmd (DDB: Tue, Jan 23, 2007, 11:02 am)
*re: lnk won't run minimized when executed from cmd (paul lawrence: Wed, Apr 4, 2007, 5:24 am)
-re: Question about 'Run a Shortcut from the Command Prompt' (Nick C: Wed, Dec 31, 2003, 2:55 am)
-re: Question about 'Run a Shortcut from the Command Prompt' (Chrisb: Fri, Jan 30, 2004, 8:27 am)
-re: Question about 'Run a Shortcut from the Command Prompt' (Assad E.K. Ebrahim: Sun, Nov 28, 2004, 2:34 am)
*re: Question about 'Run a Shortcut from the Command Prompt' (jason: Wed, Dec 8, 2004, 2:42 pm)
-re: Question about 'Run a Shortcut from the Command Prompt' (dan-e: Wed, Oct 3, 2007, 9:00 pm)
*re: Question about 'Run a Shortcut from the Command Prompt' (brunces: Thu, Apr 17, 2008, 7:41 am)
*re: Question about 'Run a Shortcut from the Command Prompt' (Oisín: Thu, Mar 16, 2006, 11:45 pm)
-re: Question about 'Run a Shortcut from the Command Prompt' (Curt: Fri, Mar 18, 2005, 10:40 pm)
*re: Question about 'Run a Shortcut from the Command Prompt' (narc: Sun, Aug 7, 2005, 9:21 am)
-re: Question about 'Run a Shortcut from the Command Prompt' (Sonrisante: Sat, May 26, 2007, 6:41 pm)
-re: Question about 'Run a Shortcut from the Command Prompt' (generic_idea_machine: Wed, May 14, 2008, 6:23 am)
-re: Question about 'Run a Shortcut from the Command Prompt' (Johny Johnson: Wed, Oct 21, 2009, 6:30 am)
*re: Question about 'Run a Shortcut from the Command Prompt' (bobby boy: Sun, Mar 28, 2010, 4:14 pm)
-re: Question about 'Run a Shortcut from the Command Prompt' (Paul Cramer: Fri, Nov 18, 2005, 12:02 pm)
-re: Question about 'Run a Shortcut from the Command Prompt' (Rich Kurtz: Fri, Nov 18, 2005, 12:21 pm)
*re: Question about 'Run a Shortcut from the Command Prompt' (Paul Cramer: Wed, Nov 23, 2005, 12:53 pm)
*re: Question about 'Run a Shortcut from the Command Prompt' (Tom Anselmo: Sun, Jan 30, 2005, 3:19 pm)
*Why "start" doesn't work (David Spector: Sun, Feb 6, 2005, 4:29 am)
-re: Question about 'Run a Shortcut from the Command Prompt' (Andy Gee: Thu, Jun 24, 2010, 2:39 am)
*re: Question about 'Run a Shortcut from the Command Prompt' (brunob75: Sun, Jun 27, 2010, 4:53 am)
*re: Question about 'Run a Shortcut from the Command Prompt' (Andy Gee: Sun, Jun 27, 2010, 7:01 am)
Return to the Windows XP Discussion Forum


All content at Annoyances.org is Copyright ©1995-2012 Creative Elementtm All rights reserved.
Please do not plagiarize; redistributing these pages without permission is strictly prohibited.