1. Open notepad
2. Type the below lines
Dim Message,Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
and save the files as speak.vbs
NOTE: when save file select file type All files.
3. Double click the file, it will display a window as show in the given picture.
4. Type the sentence that you wanna hear from your computer.
You will hear the sound of words from your system.
Its 100% working in all versions of windows computer.
2. Type the below lines
Dim Message,Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
and save the files as speak.vbs
NOTE: when save file select file type All files.
3. Double click the file, it will display a window as show in the given picture.
4. Type the sentence that you wanna hear from your computer.
You will hear the sound of words from your system.
Its 100% working in all versions of windows computer.