- Open Notepad.
- Copy and paste the exact code given below.
Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
Now your Computer will speak / talk what you typed in Step 4. Try it yourself.
Windows Compatibility: This VBS file can be executed on all versions of Windows including Windows 7, Windows 8, Windows 8.1 and Windows 10.
Personal Experience: I personally showed this trick to many of my friends and they were literally left awestruck. You too can impress your friends by making your PC talk and be the Computer Wiz.
If you like it please share.






