| View previous topic :: View next topic |
| Author |
Message |
WhiteCloud6 Guest
|
Posted: Sat Feb 19, 2005 6:33 pm Post subject: Does anyone know how to execute a url shortcut in a NEW wind |
|
|
in a NEW window?
It's getting old having the shortcut use a Internet Explorer window of a page I haven't finished with yet.
Isn't there a key press or something to do this?
Thanks for any help, I should have asked this years ago. |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3004 Location: Minnesota
|
Posted: Sat Feb 19, 2005 6:45 pm Post subject: |
|
|
This should go in the support section, really...
But, to do it, use "iexplore http://www.google.com" as opposed to "http://www.google.com". Or, you could switch to Firefox and have the problem solved instantly by wonderful documentation and nigh infinite customization. (You can set whether external url's open in a new tab/window) |
|
| Back to top |
|
 |
whitecloud6th Guest
|
Posted: Sat Feb 19, 2005 8:32 pm Post subject: |
|
|
Thanks for the reply, jonny.
It'd be better if I didn't have to have AHK do this. That's why I didn't put it in the support section. If there's no built-in way to "open in new window", I'll put an ahk script on my desktop that will do what you said and exit itself after it runs. Maybe I can drag and drop the url shortcuts onto the ahk script.
At least there should be an option when I right click on the url shortcut giving me the choice, "open in new window". But no  |
|
| Back to top |
|
 |
Titan
Joined: 11 Aug 2004 Posts: 5376 Location: /b/
|
Posted: Sat Feb 19, 2005 8:36 pm Post subject: |
|
|
Hmm, why don't you try Googling for shell net-browser or something
ShellBrowser = iexplorer.exe / opera.exe / firefox.exe
Run, %ShellBrowser% http://www.yahoo.com |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3004 Location: Minnesota
|
Posted: Sat Feb 19, 2005 9:35 pm Post subject: |
|
|
| Anything that'll work in the Run command will work in a shortcut, too, you don't need a script. |
|
| Back to top |
|
 |
WhiteCloud6 Guest
|
Posted: Sun Feb 20, 2005 12:46 am Post subject: |
|
|
This is just for recreational web surfing at home. I'll be surfing a webpage, want to look something else up (dictionary definition, the weather, tv guide, etc.) without having to "go back" and re-load the page i was reading when i'm done. This isn't just for 1 or 2 static url's, it's for about 20 urls that I am currently interested in these days. So I'd rather not convert my IE shortcuts every few days to regular (.exe) shortcuts.
btw I'm using Windows 2000 if that helps.
note: i googled "shell net-browser" and got meaningless results
I'm thinking the easiest way to accomplish my goal is to drag and drop my url shortcuts onto a simple ahk script on my desktop. |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10474
|
Posted: Sun Feb 20, 2005 1:47 am Post subject: |
|
|
| There is also a setting in MSIE "Tools >> Options" to open all links in new browser windows. |
|
| Back to top |
|
 |
WhiteCloud6th Guest
|
Posted: Sun Feb 20, 2005 4:00 pm Post subject: |
|
|
Thanks Chris, it's called "reuse windows for launching shortcuts"
I unchecked it now. It works out perfect this way for me. If I DO want to reuse a window to launch a shortcut I can just drag the shortcut onto the window. |
|
| Back to top |
|
 |
|