Guest User

Untitled

a guest
May 26th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Dim message, sapi
  2. MsgBox("Please use the headset and listen to what I have to say...")
  3. message = "This is a simple voice test on your Microsoft Windows."
  4. Set sapi = CreateObject("sapi.spvoice")
  5. sapi.Speak message
Add Comment
Please, Sign In to add comment