Attached is a script device that will let HouseBot speak on remote computers on your local network. It works by building and executing a VBscript on the remote copmuter (c:\HBSpeak.vbs) and deleting it when finished. Because of this, the HB server's user account will also have to exist on the remote computer and will need to be an administrator. If all of your PCs run as 'administrator' and all have the same password, then you're fine. Otherwise, you'll need to create matching usernames/passwords...
This script requires Microsoft's SAPI 5.1 on the speaking computer. The speaking voice can changed by changing the index of the 'Voice Index' property. You can discover the voices and corresponding index by running the included 'getVoices.vbs' script that was included with this script and installed in the config\scripts directory. Copy the 'getVoices.vbs' script to your remote (speaking) computer and run it to find out the index number of your installed voices.
This works well for having Swremotes speak warnings, announcements, etc... Despite the remote computer creating a file and executing it, the speed from when you execute the script on the server and the voice speaks on the remote pc is near-instant.
Enjoy,
Terry
