Here is the code:
Set sapi=Createobject("sapi.spvoice")
sapi.Speak ("Preparing your file now...")
I want to insert it into a batch file with other codes in it. It would be something like this;
Start google chrome
Open a new command prompt tab
Go to stack overflow
*Set sapi=Createobject("sapi.spvoice")
sapi.Speak ("Please subscribe to AstralWolf")*
How can I make that code VBS - Batch?
Thanks!