This allows JustBasic to use Microsoft's System Speech Synthesizer. To use it, type the
following lines in JustBasic:

	run "speech.exe hello world" 'Speaks "Hello world"

You can use it to say anything you like, and to make applications more interactive and
user-friendly. This is licensed under the MIT license (do whatever you like), included
as 'license.txt'. 

This was made by the user Ntech on http://jbfilesarchive.com and is distributed as 
freeware. The source code for this application is in Microsoft C# and is available
on that site too.