| View previous topic :: View next topic |
| Author |
Message |
Titan
Joined: 11 Aug 2004 Posts: 5382 Location: /b/
|
Posted: Sun Oct 03, 2004 9:49 pm Post subject: Run website in new window... |
|
|
| Code: | | Run, http://www.autohotkey.com |
The problem here is that if you have a internet window already open it will run the website on that. Is there a way in which it could start in a new browser window? _________________
 |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10480
|
Posted: Mon Oct 04, 2004 11:52 am Post subject: |
|
|
Some browsers contain a setting in their preferences for that (at least MSIE does). However, to override the "single window" preference only in specific cases, you might be able to launch the browser EXE directly, passing the URL as a parameter. Example:
Run, %ProgramFiles%\Internet Explorer\IEXPLORE.EXE http://www.google.com
If that doesn't work, MSIE and other browsers probably have some command line switches to alter their launch behavior. |
|
| Back to top |
|
 |
Pallie
Joined: 05 Jul 2004 Posts: 57 Location: London
|
|
| Back to top |
|
 |
|