Saturday, 25 May 2013

TALKING PC



Make Your PC To Say Something On Startup

No softwares needed..guys

step 1: Open notepad and copy the following code.

Dim speaks, speech
speaks="Welcome Dude"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

You can change "Welcome Dude" word as you wish.
Remember to use punctuation to get the pronunciation more correct.

step 2: Now save as anyname.vbs extension (ex: Welcome.vbs).

step 3: Now put it in startup folder.
           You can find your startup folder using below path.

In Windows XP C:\Documents and Settings\All Users\Start Menu\Programs\Startup
In Windows Vista, 7 and 8 C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup

Now, each time you log on, you will be hear your welcome message.
Enjoy !

like our page for more updates...

feel free to comment guys:-)

0 comments: