Translate

Powered By Blogger

Monday, 8 April 2013

Make your Computer Talk

Make your Computer Talk
Have you ever wondered how can you make your computer speak whatever you input to it like in the movies? Would it not be fun? If only it was possible! Rejoice, because now it is possible. Well, if you wish to know how to do this, then you have come to the right place. With this trick, you can create a script in Windows which will make your computer speak whatever you input to it.

To create one such talk script, follow the steps given below:-

Make your Computer Talk

Steps
  1. Open Notepad.
  2. Copy and paste the exact code given below.
          Dim Message, Speak
          Message=InputBox("Enter text","Speak")
          Set Speak=CreateObject("sapi.spvoice")
          Speak.Speak Message
        3. Click on File MenuSave As, select All Types in Save as Type option, and save the file as Speak.vbs or "*.vbs".
        4.  Double click on the saved file, a window will open like the one in the image. Enter some text in enter text column and click OK.

    Now your Computer will speak / talk what you typed in Step 4. Try it yourself.

    Windows Compatibility: This VBS file can be executed on all versions of Windows includingWindows XPWindows VistaWindows 7 and Windows 8.

    Personal Experience: I personally showed this trick to many of my friends and they were literally left awestruck. You too can impress your friends by making your PC talk and be the Computer Wiz.

    Watch ASCII Star Wars in Windows XP, Vista, 7 and 8


    Watch ASCII Star Wars in Windows XP, Vista, 7 and 8
    Every one of us has watched Star Wars on television, computer or in a theater. It is the same movie with aliens fighting each other for galaxies and such stuff. There is nothing new in it. But wait, have you watched an ASCII (American Standard Code for Information Interchange) version of Star Wars and that too in Windows using telnet? A word mostly linked with computer wizards. Well if you have not, then you must do it now!

    There is a complete copy of Star Wars done entirely in ASCII characters that you can watch in the
    Windows operating system (or any OS that supports telnet). The only thing required to watch it is an internet connection; speed does not matter.

    To watch it on Windows XP,
     Mac OS X and Linux
    1.    Go to Start, Run. (Only for Windows users)
    2.    Now type "telnet towel.blinkenlights.nl" without the quotes and press Enter. Users of Mac OS X and Linux can directly execute this code in the terminal window.

    On Windows 8, Windows 7 and Windows Vista

    Telnet is turned off by default in the latest versions of Windows. So, in order to watch star wars, you must first enable telnet by going to Control Panel › Programs › Turn Windows Feature On or Off and ticking both the telnet check boxes. After doing that, follow the steps given below:-
    1.    Go to Start, Search in Windows Vista and Windows 7. On Windows 8, open the main Start page.
    2.    Type telnet and press Enter.
    3.    In the following command prompt window, type "o" without quotes and press Enter.
    4.    Now type "towel.blinkenlights.nl" without the quotes and press Enter.
    If you do not need telnet anymore, you can turn it off.

    A
     command prompt window like the one in the image will open with the movie being played in it. See the movie yourself. Did you enjoy watching this new version of Star Wars? Well, I did and know it for sure that you would have too. 

    Welcome every body...

    Welcome every body to codeitpro.blogspot.com, an exciting site where you can get many interesting stuffs that you can do with your computer.So keep browsing.