MSSpeech-Forum Homepage
Forum Home Forum Home > Windows™ Speech Recognition Forums > Macros and Macro Development
  New Posts New Posts RSS Feed - Go to a specific web page
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Go to a specific web page

 Post Reply Post Reply
Author
Message
Sixwheels View Drop Down
Member
Member
Avatar

Joined: 27/Mar/2011
Location: MD
Status: Offline
Points: 88
Post Options Post Options   Thanks (0) Thanks(0)   Quote Sixwheels Quote  Post ReplyReply Direct Link To This Post Topic: Go to a specific web page
    Posted: 15/Jul/2012 at 4:33pm
Windows Vista's speech recognition had a specific capability that is now lost under Windows 7, namely the ability to say "launch {specific web site}", and have the website opened in Internet Explorer.  I would now like to replicate something like that with a macro.  Again, however, I can't seem to get it done.  Does anyone have an idea hell I could manage this? Smile
Back to Top
Sixwheels View Drop Down
Member
Member
Avatar

Joined: 27/Mar/2011
Location: MD
Status: Offline
Points: 88
Post Options Post Options   Thanks (0) Thanks(0)   Quote Sixwheels Quote  Post ReplyReply Direct Link To This Post Posted: 15/Jul/2012 at 4:34pm
hell, of course = how. ‹shaking head›
Back to Top
Sixwheels View Drop Down
Member
Member
Avatar

Joined: 27/Mar/2011
Location: MD
Status: Offline
Points: 88
Post Options Post Options   Thanks (0) Thanks(0)   Quote Sixwheels Quote  Post ReplyReply Direct Link To This Post Posted: 15/Jul/2012 at 5:36pm
Sorry about posting this now unnecessary thread.  I figured it out on my own, but if anyone is interested in doing the same thing, here is the macro:
 
<!-- Command macro created with WSRToolkit (Version: 2.0.4.0) 7/15/2012 5:15:36 PM -->
<speechMacros>
<command>
<condition operator="not">
<appIsInForeground processName="WSRToolkit.exe"/>
</condition>
<listenFor>James go to Facebook</listenFor>
<run command="C:\Program Files\Internet Explorer\iexplore.exe" params=""/>
<waitFor seconds="5.00" />
<sendKeys>{{ALT}}d</sendKeys>
<waitFor seconds="1.00" />
<insertText>
http://www.facebook.com/index.php
</insertText>
<waitFor seconds="1.00" />
<sendKeys>{ENTER}</sendKeys>
</command>
</speechMacros>
 
The pauses are probably not necessary, but I like them anyway.  ;-)
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.02
Copyright ©2001-2019 Web Wiz Ltd.

This page was generated in 0.188 seconds.

Microsoft Most Valuable Professional

§- Thank you for visiting our Windows Speech Recognition and Macro Forum.. -§