Make Windows Speak Anything Using Notepad | ANONYMOUS TIM3

This is an impressive Notepad trick that can make your version of windows speak whatever you want it to. Well, let's know how to do it!  



Instruction : 

  


                    1) Open Notepad.
                    2) Copy the below command and paste it directly into Notepad.
                    
Dim Message, Speak
       Message=InputBox("Enter text","Speak")
       Set Speak=CreateObject("sapi.spvoice")
       Speak.Speak Message

Example: 


NOTE: When you copy text from your web browser and paste it into Notepad, the quotes will cause problems. Before you save the file, you need to through and delete each quote ('') and retype the quote. then it will work. 

                3) Ok, Now, save the Notepad file as  example.vbs (make sure to save it with the .vbs extension. 

example: 



                4) Now, Open this file. a command prompt window will open. enter anything that you want windows to speak. 

                   5) Click 'OK' and Notepad will say the sentence aloud for you.

                   6) Well, that's all you gotta do! 


I hope you enjoy these tricks.  thanks for following us. keep following us and learn something new every day. So I hope you will join us

Let's Get Connected:- YouTube | Facebook | Instagram



Post a Comment

0 Comments