Sunday, October 15, 2017

Make your computer to talk whatever you want and also make it as a system start up sound.

Below 4 lines of program (VB-SCRIPT) make your computer to talk whatever you want to read out by your system while restarting your laptop or system.

Here is the code: 

     DIM speaks, speech 

     speech = "Hai, hello Anil please welcome"

     set speaks = createobject(“Sapi.spvoice”) 

     speaks.speak  speech 


Filename: Logonsound.vbs 

It’s just a simple 4 lines of code you need to put in a text file using notepad, that's all you are done with it, keep watching this video for more details. You can do it its very fun and definitely you will enjoy it.

Watch the below video for more details on the above program:




*****************************************************************************