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:
Jeff BishopSubject:
RE: Making a script that will launch a URL?Date:
Thu, Jan 28, 2010 8:53:35 pmLook at the LaunchURL object in the GW Toolkit documentation.
-----Original Message-----
From: Tylers Scripting [mailto:tylersscripting@gmail.com]
Sent: Thursday, January 28, 2010 6:48 PM
To: gw-scripting@gwmicro.com
Subject: Making a script that will launch a URL?
Hey 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!
Tyler Juranek
-----Original Message-----
From: Tylers Scripting [mailto:tylersscripting@gmail.com]
Sent: Thursday, January 28, 2010 6:48 PM
To: gw-scripting@gwmicro.com
Subject: Making a script that will launch a URL?
Hey 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!
Tyler Juranek


