What do I need to install to use vbscripting
- From: "vmars" <vm@xxxxxxxxxxx>
- Date: Wed, 5 Dec 2007 13:33:52 -0800
I have a SpeakClipBoard.vbs as follows:
[
Set ISpeechVoice = CreateObject("SAPI.SpVoice")
'read from clipboard
Set oIE = WScript.CreateObject("InternetExplorer.Application")
oIE.navigate "about:blank"
ISpeechVoice.Speak
oIE.document.parentWindow.clipboarddata.getData("text"), SPF_DEFAULT
Set oIE = Nothing
]
This speech script works fine on my machine [Windows XP Home Edition].
What 'installed software' on my machine enables this script to run.
And what might i need to (check for and) install on someone else's machine
to enable this script to run.
Also, how can I select different voices, programatically?
For instance, Select "Sam" or "Female Spanish".?
Thanks in advance!
ô¿ô
V e r n www.parentpresent.org
NoWorrys = KidSafe Internet Filter (Freeware)
.
- Follow-Ups:
- Re: What do I need to install to use vbscripting
- From: Rafael T
- Re: What do I need to install to use vbscripting
- Prev by Date: Error while trying to access excel file using HTML Code
- Next by Date: Re: UserAccounts.CommonDialog on Windows 2000
- Previous by thread: Error while trying to access excel file using HTML Code
- Next by thread: Re: What do I need to install to use vbscripting
- Index(es):
Relevant Pages
|