TGT is back again with another notepad trick. This is a post by one of our guest writer Priyanuj Dey. Its a simple trick by which you can create a cool light weight software that speaks out the words you type it in its interface, seems pretty cool, right? All this can be done by just typing a few lines of Visual Basic Script on notepad. So, here's the trick:
1. Open Notepad.
2. Then Copy and Paste the below commands:
Dim message, sapi
message=InputBox("You type i speak?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
3. Save the File as Script.vbs
4. Run the program.
5. Type the words you want it to speak and hit "OK" or press "Enter".
Enjoy!!! Have fun with this tool !!!!!
**it will run using windows based script host**
nice tool bro
ReplyDelete