3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Make an assistant for your computer in 5 minutes

Make an assistant for your computer in 5 minutes
Heard of the new iPhone 4S with Siri? In under an hour I made one for windows in VBS. Now I can open youtube just by saying "youtube OK"
or search google by saying "google OK" Get prepared for making your own new form of using your computer.

You will need

-Windows Vista and up Machine (if you want voice activation. if not windows 98 or higher)
-5 minutes
-Microphone (If you want voice activation)
 
Remove these adsRemove these ads by Signing Up
 

Step 1Setup Speech Recognition

Setup Speech Recognition
If you want to use speech recognition with this follow these instructions. If not, skip to step two.

Go to

Control Panel>Ease Of Access>Speech Recognition>Train your computer to better understand you

Follow the directions that it gives you and read the text aloud.
« Previous StepDownload PDFView All StepsNext Step »
4 comments
Jan 6, 2012. 11:37 AMBigMikeDog says:
This is cool thanks for the info about the speech program on windows 7 im using right now i would suggest adding more programs to the personal assistant I added a Internet shortcut a game or two and a movie but still working on getting it to work it seems when it goes through the wshshell.run part it does not conect to the stuff i added and sugestions?

thanks bigmikedog :D
Jan 6, 2012. 2:39 PMBigMikeDog says:
here is the the code im useing Set Sapi = Wscript.CreateObject("SAPI.SpVoice")
set wshshell = wscript.CreateObject("wscript.shell")

dim Input

wshshell.run "%windir%\Speech\Common\sapisvr.exe -SpeechUX"
Sapi.speak "Please speak, or type, what you want to open?"
Input=inputbox ("Please speak, or type, game for games, command prompt for cmd, site list for sitegoto, calculator for the calculator, notepad for notpad, log_me_out for shutdown options, or close to close the program")

if Input = "Site list" OR Input = "site list"then
Sapi.speak "loading site list"
wshshell.run "C:\Users\Michael\Desktop\bat games\sitegoto.bat"

else
if Input = "Game" OR Input = "game" then
Sapi.speak "loading game list"
wshshell.run "C:\Users\Michael\Desktop\bat games\games.bat"

else
if Input = "command prompt" OR Input = "Command prompt" then
Sapi.speak "Opening command prompt"
wshshell.run "cmd"

else
if Input = "calculator" OR Input = "Calculator" then
Sapi.speak "Opening calculator"
wshshell.run "calc"

else
if Input = "notepad" OR Input = "Notepad" then
Sapi.speak "Opening notepad"
wshshell.run "notepad"

else
if Input = "log_me_out" OR Input = "log me out" then
Sapi.speak "starting log me out"
wshshell.run "C:\Users\Michael\Desktop\bat games\log-out.bat"

else
if Input = "close" then
Sapi.speak "Goodby Michael"

else
Sapi.speak "I don't recognize your input, Please try something else"
end if
end if
end if
end if
end if
end if
end if

when i type in game it says the right thing but then it gives me this error mesage " line 17 chariter 1 (witch is the wshshell.run code bit) Error the system cannot find the file specified"
thanks -bigmikedog

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
6
Followers
13
Author:Super_Nerd
I find a quote from Bill Gates makes a very good description. "Be nice to nerds. Chances are you'll end up working for one." [UPDATE] Wow! Ha...
more »