"Offering free computer help, hints, and tips to the Internet populace." Now with over 3,820 tips!

Windows 2000 and DOS

Executing a Shortcut

SUMMARY: Run a Windows 2000 shortcut's destination application or folder from the DOS prompt.


 

Need to execute a shortcut from the Windows 2000 DOS prompt? Just use the START command followed by the shortcut name. For example, the following command starts a shortcut to Microsoft Word called mw.lnk:

start mw.lnk

What if your shortcut contains a space? Probably you need to quote the entire shortcut, right?

start "Microsoft Word.lnk"

However, this doesn't work - it just opens up a new window called "Microsoft Word.lnk". This is due to the START command's syntax, where it thinks the first quoted text after the command is the title to a new command prompt window. Let's feed the START command a blank title, then the name of the desired shortcut:

start "" "Microsoft Word.lnk"



 

Got something to add? Post a comment!

Everyone is invited to submit comments. Registered users also receive their own visitor profile page with a summary of recent posts.
Register | Login

Your name:
 E-mail:
* Home/Blog Page:
Comment:
(Max chars: 5000)

* = optional field

 


Print This Tip

Get E-Mail When New Tips are Online

Return to the Windows 2000 and DOS page.

 


New in MalekTips:

RSS Feeds- Subscribe!

You want the latest tech tips and tricks in your e-mail Inbox - FREE? Type your e-mail address below and click 'Get Tips!'.
 


( sample / details )
( opt-out instructions )