Make Your PC Speak What You Write
Now you can make your computer speak what you write.. To do so perform the following steps:
- Open Notepad
- Paste in the following code:
- Click Save as
- Save it as anything.vbs The extension of the file must be vbs
- You will see the icon of the file has changed
- Open the file and write anything…
Dim msg, sapi
msg=InputBox(“This stuff is designed by http://www.MyHacktips.blogspot.com
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak msg
Any Problems. ask in the comments below

This comment has been removed by the author.
ReplyDelete