Skip to main content

Trick To Make Computer Speak Whatever You Type

                   This is an amazing trick to amaze your friends.By using this trick you can make your computer to speak whatever you type.This trick is working on all microsoft operating system and does not require any programming skills.You have to follow just simple steps and your own Text to Voice software will be ready.If you show this software to any of your friends he will be certainly impressed with you .Ok,the trick is fairly simple and requires only 3 simple steps from your side.


Let’s Begin the tutorial with screenshots to Make Your Computer Speak Whatever You Type


1.Open Notepad and copy and paste the following code into it

Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

2.Now save the notepad file with the name speak.vbs at your desktop.

3.Now double click on speak.vbs type in the box whatever you want your computer to speak for you.
speak Trick To Make Computer Speak Whatever You Type
Its a really funny trick to impress everybody with your computer skills

Comments

Popular posts from this blog

Facts to Consider when purchasing a Hardware Firewall

  When buying a hardware firewall, there are several factors you should consider. Here is a checklist of important things to consider: Performance: Determine the required throughput and session capacity to meet the needs of your network. Security features: Look for features such as intrusion detection and prevention, VPN support, content filtering, anti-virus, anti-spam, and application control. Ease of use: Make sure the firewall has a user-friendly interface for easy configuration and management. Scalability: Consider the ability to add or upgrade hardware components to accommodate future growth. Integration: Determine how well the firewall integrates with your existing network and security infrastructure. Support: Look for a vendor with a good reputation for providing timely and effective support. Price: Evaluate the total cost of ownership, including hardware, licensing, and ongoing maintenance and support costs. Compliance: Check if the firewall meets any regulatory or complia...

How To Remove “Error Deleting File or Folder”

It is a very common and annoying message that the file or folder you are trying to deleted cannot be deleted or thependrive cannot be removed as it is used by the system.In this tutorial I will show how to remove your pendrive or delete the files and folders if you get such an error.This error has various flavours and it can be of any of the following types:

What is the term Multiplexing in data transmission ?

  Multiplexing is the technique of combining multiple signals into a single signal for transmission over a communication channel. In data transmission, multiplexing allows multiple users to share a single communication channel, maximizing its use and increasing efficiency. There are several types of multiplexing used in data transmission, including: Frequency Division Multiplexing (FDM): This technique divides the available frequency range into multiple non-overlapping sub-channels, each of which can be used by a separate signal. Each signal is modulated onto a separate carrier frequency and combined into a single composite signal for transmission. FDM is commonly used in analog systems, such as radio and television broadcasting. Time Division Multiplexing (TDM): This technique divides the available time into multiple time slots, with each slot dedicated to a separate signal. Each signal is transmitted in its designated time slot, and the signals are interleaved in time to create a...