How to let your system read everything either you type or click?

Yes!!!! whatever you will type or wherever you go  your system will read as it is.
This is possible just by using notepad and also by using windows feature known as narrator .

Using  notepad

Just open notepad and paste the following code in it then save your notepad as .vbs extention.

...................................................................................................................................................................

Dim message, sapi
message=InputBox("Type what you want to listen I will repeat after you")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
...................................................................................................................................................................



 Now just double click on the file. Type what you want to listen and hit OK.
It will repeat all what you have written.


Using windows narrator


Narrator is windows inbuilt feature to read your every steps, doesn't matter you are clicking, surfing or typing in notepad or in ms word.

Just press window key + enter and It will automatically start start narrator and will start speaking your every steps.
Else just search narrator.



To exit from here just  search narrator and click on exit.
                      OR
press caps key +esc.






Comments