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:
RE: Making a script that will launch a URL?Date:
Thu, Jan 28, 2010 9:00:59 pmHi jeff,
I don't really know how to work the scripting manual.
I thought i did it right, because i looked at the install packages script.
There, i looked at how Jamal made it launch.
Tyler
----- Original Message -----
From: "Jeff Bishop"
To:
Date: Thursday, Jan 28, 2010 19:53:51
Subject: RE: Making a script that will launch a URL?
I don't really know how to work the scripting manual.
I thought i did it right, because i looked at the install packages script.
There, i looked at how Jamal made it launch.
Tyler
----- Original Message -----
From: "Jeff Bishop"
To:
Date: Thursday, Jan 28, 2010 19:53:51
Subject: RE: Making a script that will launch a URL?
Look 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!




