SpeechUtilities.com

 

Pro users Import these 2 commands

Professional Series users probably want to Import the 2 1-line macros so that they can issue the voice commands "EnableThat" or "EnableThat selection". Preferred users will need to say "start EnableThat" or "start EnableThat selection".

Pro Series: say "start command browser". say/click "custom" (v6) or "manage" (v7), say/click "import". Point the file dialog to the supplied enable.dat macro file (which was copied to your installation directory during EnableThatSetup.exe. (c:\program files\SpeechUtilities by default).

EnableThat:
Sub Main
Shell ("c:\program files\SpeechUtilities\Enable.exe",1)
End Sub

EnableThat selection:
Sub Main
Shell ("c:\program files\SpeechUtilities\Enable.exe selection",1)
End Sub