How to make your computer speak?

Hi friends! Have you ever wondered how can you make your computer speak whatever you input to it like in the movies? Would it not be fun? Yea it would be. Well we can say it will be because in this post Iam teaching you to make your computer speak what you typed. You just need to create a script in Windows which will make your computer speak whatever you input to it. Here is the step.
Talk to your computer !



  • open notepad
  • Copy and paste the code given below:
          Dim Message, Speak
              Message=InputBox("Enter text","Speak")
                Set Speak=CreateObject("sapi.spvoice")
                  Speak.Speak Message
        • Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Speak.vbs or "*.vbs".
        • Now open that file you will get the images like this
        • Type any thing in the text field and click ok. You will listen your computer speaking.
        Thanks for reading.

        No comments:

        Post a Comment