Making Computer Welcome you with voice Message.
1. Open a Notepad
2. write the following code
Dim message, speech
message="Welcome MACK, how are you doing today?"
Set speech=CreateObject("sapi.spvoice")
speech.Speak message
3.You can replace the text MACK with your name
4. save this notepad file as .vbs extenstion for example "welcome.vbs"
5. open startup folder from start menu and copy paste this file there.
6. now when ever your computer starts , it will run this file and computer will speak out the message :)
1. Open a Notepad
2. write the following code
Dim message, speech
message="Welcome MACK, how are you doing today?"
Set speech=CreateObject("sapi.spvoice")
speech.Speak message
3.You can replace the text MACK with your name
4. save this notepad file as .vbs extenstion for example "welcome.vbs"
5. open startup folder from start menu and copy paste this file there.
6. now when ever your computer starts , it will run this file and computer will speak out the message :)
No comments:
Post a Comment