Professional Webmasters Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Making of a "Talk any" script in Windows XP

Go down

Making of a "Talk any" script in Windows XP Empty Making of a "Talk any" script in Windows XP

Post  andry Thu Jul 29, 2010 12:01 am

With this trick, you can create a script in Windows XP which will make XP speak whatever you input to it.

Steps :-

1. Open Notepad.
2. Copy and paste the exact code given below.

Code:
          Dim Message, Speak
          Message=InputBox("Enter text","Speak")
          Set Speak=CreateObject("sapi.spvoice")
          Speak.Speak Message
3. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Speak.vbs or "*.vbs".
4. Double click on the saved file, a window will open like the one in the image. Enter some text in enter text column and click OK.


Now Windows XP will speak what you typed in Step 4. Try it yourself.
andry
andry
Moderator
Moderator

Posts : 467
Join date : 2010-05-07

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum