Showing posts with label Make your computer talk. Show all posts
Showing posts with label Make your computer talk. Show all posts

Sunday, 5 August 2012

Be Welcomed by your Computer

Hello everyone I'm back again with some new Visual Basic Script Trick. It's a cool trick that makes your computer talk to you when your computer just finishes booting. 
Copy and paste the VBScript below into your computer's text editor such as NotePad in Windows.

Change the  font in red to anything you want your computer to say on Startup. After you have done that, save the file as "Welcome.vbs"(Without the quotes). Locate where you save the file, copy it, click on the start menu > All Programs > Startup > Right click on Start up and click open. Then paste the file "Welcome.vbs" there. When next your computer boots, you will be welcomed with whatever text you put into the font in red.


Posted By Unknown7:59:00 pm

Thursday, 26 July 2012

Make your Computer Talk

Make your Computer Read What you Type


Did you know you can make your computer talk what you type? Hmm are you fascinated to hear that? The truth is you can.

Step One : Open your Text Editor
Step Two : Copy and Paste the code below
Dim Message, Speak
Message=InputBox("Enter Text to Talk o","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message














Step Three: Save the file with any name but you must add the extension ".vbs" without the quotes.
Step Four : While saving, change the Save as Type from the default Text Documents(*txt) to
All files.
Step Five : Go to the location you saved the file and click on it.





Step Six : Type What you want and press ok, it will be read by the Computer. That's it!!!
Happy Reading!!!






Posted By Unknown11:16:00 pm
BthemesandTricks is loading comments...