I am trying to write a script that will either...
Open IE & goto http://maps.google.co.uk
OR
IF IE is already open, do not open a new instance, just goto http://maps.google.co.uk
I thought it would be straight forward but I can't get it to work. Any help would be greatly appreciated.
Thanks
Helen
Script to open Internet Explorer
Moderators: Dorian (MJT support), JRL
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
The following will open the URL in your default browser just like clicking a link or shortcut on your desktop:
ExecuteFile>http://maps.google.co.uk
If you want to be cleverer and find an already running instance of IE and navigate that instance, take a look at:
http://www.mjtnet.com/blog/2008/05/07/a ... -instance/
ExecuteFile>http://maps.google.co.uk
If you want to be cleverer and find an already running instance of IE and navigate that instance, take a look at:
http://www.mjtnet.com/blog/2008/05/07/a ... -instance/
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
Thanks for the reply Marcus.
However, when I try to use the easier of your solutions
ExecuteFile>http://maps.google.co.uk
I get a MS error saying "file http://maps.google.co.uk Does Not Exist"
Any ideas?
Helen
However, when I try to use the easier of your solutions
ExecuteFile>http://maps.google.co.uk
I get a MS error saying "file http://maps.google.co.uk Does Not Exist"
Any ideas?
Helen
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
Which version of Macro Scheduler are you using?
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
According to the history list the ability to use ExecuteFile with URLs was added in version 7.3 in 2004:
http://www.mjtnet.com/mswhatsnew.htm
If you're running 7.2 then 7.3 is a free update which you can download from your registered user login at http://www.mjtnet.com/dldregd.htm
http://www.mjtnet.com/mswhatsnew.htm
If you're running 7.2 then 7.3 is a free update which you can download from your registered user login at http://www.mjtnet.com/dldregd.htm
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?