Do You Want To Make Software ??
But For This You have to Know Computer Programming Language
In this post i will guide you How to make a software without any
programming skills , just from Notepad.
Ever Wanted To Make A software through Notepad Then Follow This Steps-
1. Open Notepad .
2. Copy and paste the below mentioned code :
Dim msg, sapi
msg=InputBox("Enter your text for conversion–www.sonuandtechnology.blogspot.com","Sonuandtechnology Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
3. Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs
It will look like this
But For This You have to Know Computer Programming Language
In this post i will guide you How to make a software without any
programming skills , just from Notepad.
Ever Wanted To Make A software through Notepad Then Follow This Steps-
1. Open Notepad .
2. Copy and paste the below mentioned code :
Dim msg, sapi
msg=InputBox("Enter your text for conversion–www.sonuandtechnology.blogspot.com","Sonuandtechnology Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
3. Save this file with any name with .vbs as extension. For eg. Text-To-Audio.vbs
It will look like this
Then Open It by double clicking it
What To Do With The Software??
You Can Convert Text To Audio With This Software
Whatever you write in the text box , system will change that into a audio
So enjoy the post and subscribe to be updated.....
Whatever you write in the text box , system will change that into a audio
So enjoy the post and subscribe to be updated.....
Comments
Post a Comment