Make a welcome speech on logging in to your computer
To make this open notepad and type the following.
---------------------------------------------------------------------------------
Dim speaks, speech
speaks="Your text"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
---------------------------------------------------------------------------------
Change "Your text" to "Welcome" or anything else you want the computer to speak.
Save the file as "any name.vbs"
Now copy the saved file and paste it at "startup folder"
You can find the Startup folder at 'start' menu.
At the next start up you will hear the welcome speech.
Thanks for reading. please make a comment.
To make this open notepad and type the following.
---------------------------------------------------------------------------------
Dim speaks, speech
speaks="Your text"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
---------------------------------------------------------------------------------
Change "Your text" to "Welcome" or anything else you want the computer to speak.
Save the file as "any name.vbs"
Now copy the saved file and paste it at "startup folder"
You can find the Startup folder at 'start' menu.
At the next start up you will hear the welcome speech.
Thanks for reading. please make a comment.






No comments:
Post a Comment