Ya it can
Open 1.Notepad.
2. Copy / write the code as given below in notepad.
Dim message, sapi
message = InputBox ("What do you want me to say?", "Speak to Me")
Set sapi = CreateObject ("sapi.spvoice")
sapi.Speak message
3. Save the file with any name with an extension. Vbs
itfete.vsb
And 4. Run the file. tex box, type in some text and press OK
Open 1.Notepad.
2. Copy / write the code as given below in notepad.
Dim message, sapi
message = InputBox ("What do you want me to say?", "Speak to Me")
Set sapi = CreateObject ("sapi.spvoice")
sapi.Speak message
3. Save the file with any name with an extension. Vbs
itfete.vsb
And 4. Run the file. tex box, type in some text and press OK
0 comments:
Post a Comment