How To make Speaking Software.

  My YouTube Channel For other Requirements:

 Vaibhav's Teknow  


If you Want To Impress your Friends or Your Family So Start Creating An Speaking Software..

step-1 : Open Notepad 

step-2 : Copy This Code

Dim speaks, speech
speaks="Welcome to your PC, Vaibhav "
set speech=CreateObject("sapi.spvoice")
with speech
       Set.voice = .getvoices.item(0)
       .Volume = 100
       .Rate = -4
   end with
speech.speak speaks

step-3 : After Copying This Codes You Have To Write A name With Extension .vbs