SpeechUtilities.com

 

SayWhatPro Installation Instructions

Printer friendly version

Download SayWhatPro11Setup.exe for NaturallySpeaking version 11.

Download SayWhatPro10Setup.exe for NaturallySpeaking version 10.

Then, run SayWhatPro(10 or 11)Setup.exe to install the program.

Run the installed SayWhatPro.exe (You can probably say "Start SayWhatPro". If not, go through the Start Programs menu or run it from the installation location... c:\program files\SpeechUtilities\SayWhatPro\SayWhatPro.exe).

The first time that SayWhatPro starts up, it will ask you if you want to Import the 'proglobal.dat' file which is installed during setup. I highly recommend that you do so. It consists of 2 commands:

The first macro below will bring up SayWhatPro in Global Commands mode.

The second is not totally necessary, but provides an easy to remember complement to the first. SayWhatPro will fire up into whatever Program you are currently working in so that when you say "local say what" in Internet Explorer, for instance, the Internet Explorer commands are immediately onscreen in SayWhatPro.

Global command "global say what":
Sub Main
x=Shell ("c:\program files\SpeechUtilities\SayWhatPro\SayWhatPro.exe Global Commands",1)
AppActivate x
End Sub

Global command "local say what":
Sub Main
x=Shell ("c:\program files\SpeechUtilities\SayWhatPro\SayWhatPro.exe",1)
AppActivate x
End Sub

There are actually 4 macros in the ProGlobal.dat file (also "global say what pro" & "local say what pro" -- just longer vocalizations)

With 64-bit Windows installations, please instead import the installed 'proglobal64bit.dat' file. SayWhatPro is a 32-bit program which runs without modification on 64-bit systems. However, as with all 32-bit applications, a 64-bit Windows OS will install SayWhatPro into 'c:\program files (x86)' instead of 'c:\program files'. Therefore, the above macros need to point to this location instead, and the supplied 'proglobal64bit.dat' will automatically do this.

Sample command on 64-bit systems:

Global command "local say what":
Sub Main
x=Shell ("c:\program files (x86)\SpeechUtilities\SayWhatPro\SayWhatPro.exe",1)
AppActivate x
End Sub

If you encounter any problems or want to make a suggestion,  E-mail me

Back to SayWhatPro    Command Help