Tuesday 30 October 2012

Make Software With Notepad

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

tags:-
make software using notepad , make program using notepad , make amazing softwares using notepad , make software without programming knowledge , learn programming to make software , make a text to audio generator software using notepad , how to make a software easily , how to make software without programming knowledge , best method to , what is the other use of notepad 

25 comments:

  1. It really works.wooo...

    ReplyDelete
  2. Awesome like this what i want

    ReplyDelete
  3. wow it works as you said. Thanks

    ReplyDelete
  4. Be updated by subscribing to our posts

    ReplyDelete
  5. hello sir, that was really awesome can u please mention the site's to learn coding & makes like this....

    ReplyDelete
  6. hello sir, that was really awesome can u please mention the site's to learn coding & makes like this....

    ReplyDelete
  7. Yes sharma if you want any help regarding programming , i can help you.... you just post your problems here and i will solve it for you

    ReplyDelete
  8. How to create a software Notepad

    ReplyDelete
    Replies
    1. Hii junaid just follow the steps i have provided and u can make your own software within minutes

      Delete
  9. Its not working in window 9

    ReplyDelete
  10. this can be done with microsoft text-to-speech........

    ReplyDelete
  11. Showing errors plz help

    ReplyDelete
  12. thanks a lot. It's really amazing

    ReplyDelete
  13. hy my name,s Mohd Amir
    Showing errors plz help...

    ReplyDelete
  14. This looks amazing but I'm having an error message appear when I click "OK" to convert the text... Error code: 800A01AD.

    ReplyDelete
  15. this is simple one
    the thing he did was just converted this to that
    if you want to your pc to welcome you the do as follow
    Click on Start. Navigate to All Programs, Accessories and Notepad.
    Copy and paste the exact code given below.
    Dim speaks, speech
    speaks="Welcome to your PC, Username"
    Set speech=CreateObject("sapi.spvoice")
    speech.Speak speaks
    3. Replace Username with your own name.
    4. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".
    5. Copy the saved file.
    6. Navigate to C:\Documents and Settings\All Users\Start Menu\Programs\Startup (in Windows XP) and to C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 8, Windows 7 and Windows Vista) if C: is your System drive. AppData is a hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.
    7. Paste the file.
    Now when the next time you start your computer, Windows will welcome you in its own computerized voice.

    Note: For best results, it is recommended to change sound scheme to No Sounds.
    You can change the sound scheme to No Sounds by following the steps given below:-
    Go to Control Panel.
    Then click on Switch to Classic View.
    Then Click on Sounds and Audio Devices.
    Then Click on the Sounds Tab.
    Select No Sounds from the Sound Scheme option.
    If you wish to save your Previous Sound Scheme, you can save it by clicking Yes in the popup menu.
    Click on OK.

    ReplyDelete
  16. Wow. It really works. Thanks for this article.

    ReplyDelete