In this trick I am going to tell you a new trick, by using this trick you may hear that you will type in box. This is very simple trick.
So, let’s begin…..
Step 1. First Open Notepad and Copy the code given below:
Dim message, sapi
message=InputBox(“What do you want me to say?”,”V.Tech Computer Centre”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak message
(Please put Double quotes ( ” ) manually in above code after copying to Notepad)
Step 2. Now save this file as hear.vbs (Your file name may be anything but extension must be .vbs)
Step 3. Now open this saved file. You will hear that you had typed in box
hey ho gya waao!
i have tried to do this but it gave no response………
Please use Double quotes manually.