AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Does anyone know how to execute a url shortcut in a NEW wind

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat
View previous topic :: View next topic  
Author Message
WhiteCloud6
Guest





PostPosted: Sat Feb 19, 2005 6:33 pm    Post subject: Does anyone know how to execute a url shortcut in a NEW wind Reply with quote

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

PostPosted: Sat Feb 19, 2005 6:45 pm    Post subject: Reply with quote

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
View user's profile Send private message
whitecloud6th
Guest





PostPosted: Sat Feb 19, 2005 8:32 pm    Post subject: Reply with quote

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 Sad
Back to top
Titan



Joined: 11 Aug 2004
Posts: 5376
Location: /b/

PostPosted: Sat Feb 19, 2005 8:36 pm    Post subject: Reply with quote

Hmm, why don't you try Googling for shell net-browser or something Question

ShellBrowser = iexplorer.exe / opera.exe / firefox.exe
Run, %ShellBrowser% http://www.yahoo.com
Back to top
View user's profile Send private message Visit poster's website
jonny



Joined: 13 Nov 2004
Posts: 3004
Location: Minnesota

PostPosted: Sat Feb 19, 2005 9:35 pm    Post subject: Reply with quote

Anything that'll work in the Run command will work in a shortcut, too, you don't need a script.
Back to top
View user's profile Send private message
WhiteCloud6
Guest





PostPosted: Sun Feb 20, 2005 12:46 am    Post subject: Reply with quote

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

PostPosted: Sun Feb 20, 2005 1:47 am    Post subject: Reply with quote

There is also a setting in MSIE "Tools >> Options" to open all links in new browser windows.
Back to top
View user's profile Send private message Send e-mail
WhiteCloud6th
Guest





PostPosted: Sun Feb 20, 2005 4:00 pm    Post subject: Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> General Chat All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group