How to make talking clock -:
1. First Open notepad
2. Then copy the code given below

Dim speaks, speech
speaks="The time is" & hour(time) & " o'clock"
Set speech = CreateObject("sapi.spvoice")
speech.Speak speaks

3.Paste it into notepad
4.Then click on save as
5.Now click on save as type and select All files
4.File Name-: Talking clock.vbs
5.Now save it into .vbs extension

 Enjoy !!!!!

Tutorial -:

If there is any error please comment below 

Post a Comment

Please Don't enter any spam link in the comment box

Previous Post Next Post