DigitalOrgano

  • Home
  • About
  • Categories
    • Windows OS
    • Software
    • Android
    • Technology
  • Contact
DigitalOrgano » Technology » Make Computer Speak Any Entered Words

Make Computer Speak Any Entered Words

Last updated on June 22, 2020 by Editorial Staff Under Technology

Tweet
Share
Share
Pin

Let not wasting time by going directly to the process on how to make computer speak any words or sentences that you entered. First thing you need is to open a notepad. If you don’t know how to open a notepad simply hold the Windows key + R and type in notepad and press enter. The next thing is to enter the below code inside notepad.

dim msg, voice
msg=InputBox("Enter text you want me to speak","Computer Speak")
set voice=Createobject("sapi.spvoice")
voice.speak msg

After you have entered all the above code save the file, and while saving choose the file types to All Files. In the file name, fill in as speak.vbs and save the file.

save-as

Now go to where you save the file, open it and type the words and the computer will speak to you.

computer-speak

You can also download the file from the link below

Download Computer Speak File.zip

« C++ Program To Find Prime Number
C++ Program To Convert Fahrenheit to Centigrade »

Our Social Links

  • facebook
  • instagram
  • feedburner

Latest Articles

  • Create Shortcut For Any Program Or Folder In My Computer
  • The Best Way To Post Story On Instagram Using PC
  • Download Latest Google Chrome Offline Installer
  • 5 Best Ways to Free Up Drive Space on Windows 10
  • How to Enable Dark Mode in Microsoft Office
  • How to Properly Restore Windows Registry in Windows 10
Copyright © 2025 DigitalOrgano