1. First, open the notepad.2. Copy-Paste the following script:
Dim msg, beef msg = InputBox ("What do you want me to say?", "Enter the words") Set ox = CreateObject ("sapi.spvoice")
3. sapi.Speak msg Save as, then select all files and then you name
mypc.vbs
4. completed
Try now you click 2x .. How? cool is not it?? hehe
Or if that does not want to use the InputBox (So it fits in 2x click right to speak without the need to enter the words). Script like this:
Dim msg, beef
msg = "Replace with your words"
Set ox = CreateObject ("sapi.spvoice")
sapi.Speak msg
These tips I have tried and the results are: 100% Tested n Worked ..!
Good luck...