The GW-Scripting list is a discussion list for information regarding the development and use of Window-Eyes scripts. Any subscriber of the GW-Scripting list has the ability to post on-topic messages.
From:
Tylers ScriptingSubject:
Making a script that will launch a URL?Date:
Thu, Jan 28, 2010 8:48:20 pmHey guys,
i need some help.
Ok, so i want to write a simple little script that will speak a message and then launch a URL.
So heres what i did.
i put the client information propertys where they belong with the version number, etc etc.
then i put the function into the script and named it launchurl.
Then i put in the speak object, and then i put in the message that i wanted it to speak.
Then i put in the following
sURL = 0http://www.google.com";
End Function
So i loaded in the script into the we script manager and it said that it was running.
So then i pressed the hotkey and it only spoke the message.
What do i need to do to make it launch the url in the default web browser?
Any help is greatly appreciated!
Thanks!
i need some help.
Ok, so i want to write a simple little script that will speak a message and then launch a URL.
So heres what i did.
i put the client information propertys where they belong with the version number, etc etc.
then i put the function into the script and named it launchurl.
Then i put in the speak object, and then i put in the message that i wanted it to speak.
Then i put in the following
sURL = 0http://www.google.com";
End Function
So i loaded in the script into the we script manager and it said that it was running.
So then i pressed the hotkey and it only spoke the message.
What do i need to do to make it launch the url in the default web browser?
Any help is greatly appreciated!
Thanks!


