Print Page | Close Window

Go to a specific web page

Printed From: MSSpeech-Forum
Category: Windows™ Speech Recognition Forums
Forum Name: Macros and Macro Development
Forum Description: WSR Macros, Tools, Files, and new Macro requests
URL: https://www.msspeech-forum.com/forum_posts.asp?TID=298
Printed Date: 28/Mar/2024 at 11:21am
Software Version: Web Wiz Forums 12.02 - http://www.webwizforums.com


Topic: Go to a specific web page
Posted By: Sixwheels
Subject: Go to a specific web page
Date 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



Replies:
Posted By: Sixwheels
Date Posted: 15/Jul/2012 at 4:34pm
hell, of course = how. ‹shaking head›


Posted By: Sixwheels
Date 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 - 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.  ;-)



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.02 - http://www.webwizforums.com
Copyright ©2001-2019 Web Wiz Ltd. - https://www.webwiz.net