Advertisement
RPKISaO

Talking computer!

Jul 17th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Dim userinputuserinput
  2. userinputuserinput = inputbox("Co komputer ma powiedziec?")
  3. Set sapi = wscript.createobject("SAPI.Spvoice")
  4. SAPI.speak userinputuserinput
  5.  
  6.  
  7. ------------------------------------------------------
  8. Save this as .bat file, example: Talking_Computer.bat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement