So here is a trick to create a program that pronounces the word which is been written in it..it start from here:
- Mostly all the program which I show you here are created by notepad so open notepad
- Open Notepad
http://mytrickytricks.blogspot.com - After Opening Notepad copy the following script and paste it in notepad (only which is highlighted)
- And then Go in File → Save → choose your path such as if u want it on desktop or any other local disk..
- After that go on file name type Reader.vbs & below that there is "save as type" change it to "All files"
- Then done the trick is done go to the local disk/directory/path where u have save the reader
- The file will look like this →
- Open it (double click) a box will appear
- Click on it enter the word which u want to hear or pronounce..then click on OK just like the below picture given : ↓
- It will pronounce what ever u have typed...
- And it will get close automatically
- Sometime it may also ask for this warning ↓
- If you want the computer to it prompt while opening such file's let the tick remain there If u don't want this warning always u open such file " UN tick " it..Then click on Open to Open Cancel to close
- The trick is done U can edit it later also by ' Right click' on the file ' Edit '
- Ok trick ends here
Dim message, sapi
message=InputBox("What do you want me to say - http://mytrickytricks.blogspot.com?","www.trickytricks.blogspot.com Reader")
Set sapi=CreateObject("sapi.spvoice")
The second word after that ,"www.trickytricks.blogspot.com Reader") Is www.tricky... u can edit it and write anything u want it will appear as title 2nd last pic from here it is written in white www.trickytr.... there it will appear
See that u don't remove any commas, or Quotes from above write it in between this (" what u want to write " )
It will not work if u remove anything from the above given
No comments:
Post a Comment