Wednesday, June 8, 2016

Make a simple software in Notepad[Error Fixed]

Tags

Today I am going teach you how to make a simple software in Notepad.
So, let’s try it:
Open Notepad Copy the code given below and paste it to notepad
Dim TextInput, sapi TextInput=InputBox(“My first software in Notepad”) Set sapi=CreateObject(“sapi.spvoice”) sapi.Speak TextInput
Now Save the file with any name with an extension .vbs .
Open the saved file.     




EmoticonEmoticon