SPAWNER version changes/bug fixes
----------------------------------

v1.40 18/11/98
.When running under MagiC, .TOS and .TTP applications are now run in
 the VT52 window, instead of making a mess of the screen. This works 
 automatically under MultiTOS, but extra code was required to make it 
 work under MagiC.

v1.30 14/11/98
.Fixed the problem where it would not launch parallel processes via
 shel_write under MultiTOS, and possibly fixed under Geneva too.

v1.20 08/11/98
.If a line is prefixed with & then VA_START is not used, thus ensuring
 that a new version of the program is always launched even if already
 present in memory. Useful for programs that don't understand VA_START
 or where you deliberately want more than one version of a program to
 be launched.

.If started with a command line, this is assumed to be the script file 
 to be used instead of SPAWNER.DAT.
 
.Now converts an application name to upper case before doing 
 appl_find. Should mean applications are found and VA_START'ed 
 correctly, when specified as lower case in the script file.

v1.01 17/08/98
.Now understands lowercase drive letters. Prior to this version 
 lowercase drive letters would cause a GEMDOS error.

.SPAWNER.TXT changed to mention that SPAWNER.PRG and SPAWNER.DAT 
 *must* be located in the same path as STinG's DIALER.APP.

v1.00 13/08/98
.Initial Release
