-All
I use the Speech capabilities in my Mini Core Solo to control my lights, and every 24 hours or so, the speech 'scrams' and I'd either need to go into the control panel and turn it off, and back on manually, or, as I do now, recycle the whole machine.
Does anybody know the command I can use to just have an AppleScript cycle the Speech control?
Something like
tell application "Speech"
disable
delay 1
enable
end tell
I use the Speech capabilities in my Mini Core Solo to control my lights, and every 24 hours or so, the speech 'scrams' and I'd either need to go into the control panel and turn it off, and back on manually, or, as I do now, recycle the whole machine.
Does anybody know the command I can use to just have an AppleScript cycle the Speech control?
Something like
tell application "Speech"
disable
delay 1
enable
end tell