URL Desktop Shortcut open in a New Window

  • Thread starter Thread starter Ramesh, MS-MVP
  • Start date Start date
Greetings;

Anyone know how to create a desktop shortcut for a URL that opens in a new
window, rather then replacing the current window URL in your default
browser. Meaning the browser is already open, but minimized. You want your
desktop shortcut to open in a new browser.
The code should look like this to open www.yahoo.com in a new window, but
you can't use code in the shortcut from the desktop.
< href=http://yahoo.com target="_blank">

I'm assuming it will be a run command format?
run = iexplore "http://yahoo.com target="_blank""
but that doesn't work...

Any ideas

Thanx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top