What do I need to install to use vbscripting



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)



.



Relevant Pages

  • Re: array to html select
    ... I have sql query working correctly building the ... array of applications. ... Set oIE = WScript.CreateObject ... ' script a bit more fool proof. ...
    (microsoft.public.scripting.vbscript)
  • Re: Need to fill up a web form by VB code.
    ... If this were a plain .VBS application, I would instantiate an instance ... Set oIE = CreateObject ... The script would make the object visible and navigate to your URL and ...
    (microsoft.public.scripting.vbscript)
  • Re: internet explorer object leak
    ... the navigatemethod in an endless loop resources are allocated ... Set oIE = WScript.CreateObject ... I tried your script. ... Dim iCount ...
    (microsoft.public.scripting.vbscript)
  • Re: Dialog box in background/continue processing
    ... When I want to stop the script running ... set oIE = CreateObject ... Progress' Launch the window ... Sub Progress ...
    (microsoft.public.scripting.wsh)