|
SpeechUtilities.com
|
SayWhatPro10 Installation InstructionsDownload SayWhatPro10Setup.exe Then, run SayWhatPro10Setup.exe to install the program. Run the installed SayWhatPro10.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\SayWhatPro10\SayWhatPro10.exe). The first time that SayWhatPro10 starts up, it will ask you if you want to Import the 'pro10global.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 SayWhatPro10 in Global Commands mode. The second is not totally necessary, but provides an easy to remember complement to the first. SayWhatPro10 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 SayWhatPro10. Global command "global say what":
Sub Main
Shell ("c:\program files\SpeechUtilities\SayWhatPro10\SayWhatPro10.exe Global Commands",1)
End Sub
Global command "local say what":
Sub Main
Shell ("c:\program files\SpeechUtilities\SayWhatPro10\SayWhatPro10.exe",1)
End Sub
There are actually 4 macros in the Pro10Global.dat file (also "global say what pro" & "local say what pro" -- just longer vocalizations) If you encounter any problems, want to make a suggestion, or even provide compliments E-mail me |
|