Friday 11 October 2013

Audible welcome note using Vbs script

When you start your computer .your computer speak "welcome Mr. your name " or anything else you want.
this is very easy  Using VBS script (it is microsoft scripting language )

just copy the code below & save it as extention  .vbs .



 Dim speaks, speech  
 speaks="welcome back to beginer to programming, Mr. anonymous"  
 Set speech=createObject("sapi.spvoice")  
 speech.Speak speaks  

OR download it  Welcome.vbs
now click on it you hear a audio say's {welcome back to beginer to programming, Mr. anonymous}
 NOW change this text to what you want to hear from your computer.

Now how to make your computer automatically open this program.
just go to path :-
C:\Users\your-user-account name \AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

change "your-user-account name" to your user account name.

& put welcome.vbs in that directory .

Now you r done.... just restart your computer & see the magic.

No comments:

Post a Comment

THANKS FOR UR GREAT COMMENT

Blogger Widgets