WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Speech

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Create the SAPI Voice Object

Keywords:    SAPI Voice Object   Sapi.SpVoice

;WBT Start
VoiceObj = Objectopen("Sapi.SpVoice")
FileName = "C:\BizDocs\Incoming\xxx.txt"
VoiceObj.Speak( FileName, 4 )
objectclose(VoiceObj)
;WBT End

Article ID:   W15223
File Created: 2002:09:05:13:50:44
Last Updated: 2002:09:05:13:50:44