KnowBrainer Speech Recognition
Decrease font size
Increase font size
Topic Title: Opening Workbooks/Documents using Voice Recognition
Topic Summary: What is the most efficient way to open these Excel workbooks or Word documents using speech recognition without mapping a shortcut to reach workbook or document on my desktop.
Created On: 04/07/2012 11:25 AM
Status: Post and Reply
Linear : Threading : Single : Branch
 Opening Workbooks/Documents using Voice Recognition   - EMBWayne - 04/07/2012 11:25 AM  
 Opening Workbooks/Documents using Voice Recognition   - Tiger Feet - 04/07/2012 12:16 PM  
 Opening Workbooks/Documents using Voice Recognition   - EMBWayne - 04/07/2012 01:06 PM  
 Opening Workbooks/Documents using Voice Recognition   - Lunis Orcutt - 04/07/2012 03:49 PM  
 Opening Workbooks/Documents using Voice Recognition   - JackyV - 04/07/2012 10:03 PM  
 Opening Workbooks/Documents using Voice Recognition   - EMBWayne - 04/08/2012 12:22 AM  
 Opening Workbooks/Documents using Voice Recognition   - Lunis Orcutt - 04/08/2012 03:28 PM  
 Opening Workbooks/Documents using Voice Recognition   - Rog - 04/08/2012 05:14 PM  
 Opening Workbooks/Documents using Voice Recognition   - EMBWayne - 04/09/2012 10:06 AM  
 Opening Workbooks/Documents using Voice Recognition   - Jomark - 04/09/2012 03:59 PM  
 Opening Workbooks/Documents using Voice Recognition   - GDS - 04/09/2012 04:02 PM  
 Opening Workbooks/Documents using Voice Recognition   - JackyV - 04/09/2012 05:07 PM  
Keyword
 04/07/2012 11:25 AM
User is offline View Users Profile Print this message


EMBWayne
Junior Member

Posts: 24
Joined: 01/04/2007

I have many Excel workbooks/Word documents stored in dozens of folders. What is the most efficient way to open these Excel workbooks or Word documents using speech recognition without mapping a shortcut to reach workbook or document on my desktop.

Thank you,

Ed

OS: Windows 7 Ultimate
Dragon NaturallySpeaking Professional 11.5 and KnowBrainer 2011



-------------------------

Using Dragon NaturallySpeaking 12 and Knowbrainer 2012



 04/07/2012 12:16 PM
User is offline View Users Profile Print this message

Author Icon
Tiger Feet
Top-Tier Member

Posts: 756
Joined: 12/04/2009

Say, 'Start Menu' | 'Documents' |

Then just navigate down to whatever file or folder you want to open.  When you have found the file or folder you want to open, (when it is highlighted) just say 'Enter' or 'Press Enter.'

Cheers



-------------------------

Tiger Feet

| DNS 12 Professional | KnowBrainer 2012 | Windows 7 Professional /64 Bit | Intel Core i7 Quad Core 3840QM (2.80GHz) 8MB | 16GB RAM. | 240GB Intel 520 Series SSD Boot Drive | 750GB 7200 rpm Secondary Drive  | Plantronics Wireless Handsfree Microphone CS60-USB. |

 04/07/2012 01:06 PM
User is offline View Users Profile Print this message


EMBWayne
Junior Member

Posts: 24
Joined: 01/04/2007

Tiger Feet thank you for your prompt response.

I recall seeing a post by Lunis that indicated you could use a KnowBrainer command saying something like "Launch < filename > and the the named file would open. In the post was an example using the MyCommands Editor where the MyCommand Name was "Launch" I believe the command type was "Advanced Scripting" and an example of the code that appeared in the scripting window appears below.

Sub Main
    If "users and groups" Then AppBringUp
End Sub

I drew the conclusion from the post that you could use Dragon NaturallySpeaking with KnowBrainer 2011 to open files using one or two words plus the filename.  is their way to do this?

Thanks for all your help,

Ed

 

 

 

 

 



-------------------------

Using Dragon NaturallySpeaking 12 and Knowbrainer 2012



 04/07/2012 03:49 PM
User is offline View Users Profile Print this message

Author Icon
Lunis Orcutt
Top-Tier Member

Posts: 22772
Joined: 10/01/2006

You can create an Advanced-Scripting listing command to open various folders, documents and even non-fully Windows compliant applications or you can simply edit your existing KnowBrainer Open <file> command. You'll find additional information on editing listing commands in the VerbalBasic Manual. It's important to remember that listing commands are separated into 2 separate parts. Note the following 2 arguments we have highlighted in the following KnowBrainer Open <file> command:



Open Users simply opens the users folder in Windows 7 while the Open VerbalBasic Manual command opens a PDF file from a specific address on the Internet. In other words, you're not limited to local files and applications


-------------------------


Click KB 2012 REV D to Download a 30 Day Evaluation of KnowBrainer 2012
Click SpeechStart+ to Download a 15 Day Evaluation of SpeechStart+

 04/07/2012 10:03 PM
User is offline View Users Profile Print this message


JackyV
Junior Member

Posts: 28
Joined: 05/15/2010

Have you tried saying "Click – Start" then dictating either part of the name of the document or some fairly unique word or phrase that's in the document? Windows 7's amazing search will find the document for you. When the name of the document appears at the top of the results list you can just say "Press tab" and "Enter" and it will open the document. If it never makes it to the top, you can say "Press tab" and "Go down x" then "Enter." It's how I open documents all the time.


-------------------------

Dell Inspiron M i15R, 2.93 GHz processor, 8 GB RAM, 750 GB serial ATA hard drive.
BlueParrott Xpressway Bluetooth headset.
Dragon NaturallySpeaking Premium 11.5
Windows 7
Microsoft Office 2010

 04/08/2012 12:22 AM
User is offline View Users Profile Print this message


EMBWayne
Junior Member

Posts: 24
Joined: 01/04/2007

JackieV,

Thank you very much for your suggestion. I tried using the "Click-Start" command and after searching Windows displayed many files none of which were the file that I wanted to open. I tried it with several files and each time the file that I wanted to open was not listed.

Using the "Open(files)” feature of KnowBrainer I was able to successfully create and open command once in three tries.  The first file listed will open when I say "Open Company Tables." When I say "Open ABC Tables" or "Open MeetingHouse” sometimes nothing happens other times it will attempt open unrelated application. What am I doing wrong? Why do I have such inconsistency results?

Open (files)

If_arg1 = "Company Tables" then AppBringUp "E:\My Documents\Excel Files - Business\Company Tables.xlsx"
if _arg1 = "ABC Tables" then AppBringUp "E:\My Documents\Excel Files - Business\ABC Tables.xlsx"
if _arg1 = "Meeting House" then AppBringUp "E:\My Documents\Excel Files - Business\Meeting House.xlsx"

files
Company Tables
Meeting House
ABC Tables

Thank you for your patience in all your help again,

Ed



-------------------------

Using Dragon NaturallySpeaking 12 and Knowbrainer 2012



 04/08/2012 03:28 PM
User is offline View Users Profile Print this message

Author Icon
Lunis Orcutt
Top-Tier Member

Posts: 22772
Joined: 10/01/2006

Your command coding looks perfect. The next time your command fails, say What Did I Say to see if NaturallySpeaking misinterpreted your command for something else.

-------------------------


Click KB 2012 REV D to Download a 30 Day Evaluation of KnowBrainer 2012
Click SpeechStart+ to Download a 15 Day Evaluation of SpeechStart+

 04/08/2012 05:14 PM
User is offline View Users Profile Print this message


Rog
Junior Member

Posts: 18
Joined: 02/12/2009

JackyV,

Looks like Ed's cracked it using an Advanced Scripting command (with help from Lunis/KnowBrainer).

If you don't have that option at the moment, maybe because you have DNS Premium edition, you might find it useful to create a new folder on your Start Menu for your key documents.  In the new Start Menu folder create shortcuts to your key documents.  You can then open those documents with a single command using the built-in command "open <shortcut name>", rather than searching for them.  As you probably know the command works for shortcuts on the desktop or in the Start Menu, as long as Dragon recognises the words used for the shortcut name.  If the document you want to open has a name which isn't easily recognised you can rename the shortcut, without renaming the file itself.

 Rog 

 04/09/2012 10:06 AM
User is offline View Users Profile Print this message


EMBWayne
Junior Member

Posts: 24
Joined: 01/04/2007

First, I want to thank everyone for their suggestions.

I discovered that while my code may have been correct for some reason issuing the spoken commands did not Open the named workbook until I exited KnowBrainer 2011 and Dragon NaturallySpeaking 11.5. Once I exited both programs and reloaded KnowBrainer 2011 and Dragon NaturallySpeaking 11.5 spoken commands worked successfully.

I will test later if I only need to exit KnowBrainer 2011 after I have another created an Open (files).

Again, thank to everyone for their suggestions.

 Ed

 



-------------------------

Using Dragon NaturallySpeaking 12 and Knowbrainer 2012



 04/09/2012 03:59 PM
User is offline View Users Profile Print this message


Jomark
Top-Tier Member

Posts: 1307
Joined: 10/19/2006

Quote:
I will test later if I only need to exit KnowBrainer 2011 after I have another created an Open (files).

any time you create a command or edit a command in KnowBrainer you need to exit KnowBrainer and restart KnowBrainer befor the new command or change will take effect.



-------------------------
Jomark
 04/09/2012 04:02 PM
User is offline View Users Profile Print this message

Author Icon
GDS
Top-Tier Member

Posts: 757
Joined: 01/16/2009

Jomark is spot on. FYI, that's what the Refresh KnowBrainer command was created for. It'll do the shutdown/reload for you, with minimal interruption to your working.

-------------------------

Eric Wright At work: DNS 12 Pro. At home: DNS 11.5 Pro,  KnowBrainer 2011, and Utter Command by RedStart Systems; Dragon Dictate 3 for Mac


 


Appetite for Dictation - My Blog

 04/09/2012 05:07 PM
User is offline View Users Profile Print this message


JackyV
Junior Member

Posts: 28
Joined: 05/15/2010

Thanks Rog, you are correct, I have Dragon Premium. I never have trouble opening documents by voice using the "click – start" method, with Windows search finding exactly what I'm looking for usually after I've dictated just one, or sometimes two words into the search. Very simple, and simple makes me happy!

-------------------------

Dell Inspiron M i15R, 2.93 GHz processor, 8 GB RAM, 750 GB serial ATA hard drive.
BlueParrott Xpressway Bluetooth headset.
Dragon NaturallySpeaking Premium 11.5
Windows 7
Microsoft Office 2010

Statistics
27430 users are registered to the KnowBrainer Speech Recognition forum.
There are currently 3 users logged in.
The most users ever online was 2028 on 04/05/2013 at 07:36 PM.
There are currently 176 guests browsing this forum, which makes a total of 179 users using this forum.

FuseTalk Standard Edition v4.0 - © 1999-2013 FuseTalk™ Inc. All rights reserved.