Wednesday, June 8, 2011

Make your own small text speaker using notepad

Make your own small .vbs programme

a TEXT SPEAKER













So here are the steps :



1. Open notepad

2. Enter the following ( use keyboard shortcuts to copy )

3. " Dim userInput



userInput = InputBox("Concept by :www.yourpcgenie.blospot.com")



Set Sapi = Wscript.CreateObject("SAPI.SpVoice")



Sapi.speak userInput"



4. Exclude " "



5. Save the file as textspeaker.vbs [important: .vbs]



And you are done



You can download a sample of it

 

No comments:

Post a Comment