Skip to main content

Make Software With Notepad

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






 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.....

Comments

Popular posts from this blog

The Android Best OS Android OREO 8.0 Top 10 AMAZING Features

Welcome Back Guy, I'm here with a new video, in this video I'm going to show you Top 10 Features of Android 8.0 Oreo Don't forget to Subscribe My Channel Which is Guy Perfect & Press the Bell Icon for More Exciting Video Coming Soon!! Like this video And Don't forget to share it with others. Upload by Guy Perfect.The Link is Down below. If you like this post 1+ this

EEPROM (Electrically Erasable Programmable Read-Only Memory)

EEPROM also written E 2 PROM and pronounced "e-e-prom", "double-e prom", "e-squared", or simply "e-prom") stands for E lectrically E rasable P rogrammable R ead- O nly M emory and is a type of non-volatile memory used in computers and other electronic devices to store small amounts of data that must be saved when power is removed, e.g., calibration tables or device configuration. Unlike bytes in most other kinds of non-volatile memory, individual bytes in a traditional EEPROM can be independently read, erased, and re-written. When larger amounts of static data are to be stored (such as in USB flash drives) a specific type of EEPROM such as flash memory is more economical than traditional EEPROM devices. EEPROMs are organized as arrays of floating-gate transistors. An EPROM usually must be removed from the device for erasing and programming, whereas EEPROMs can be programmed and erased in-circuit, by applying special programming sign...