Use of the DECtalk Express DT_DRIV.EXE and DT_START.EXE files:

The following line is for DECtalk Express on COM 1:
DT_DRIV -C 0 -B 3F8 -I 4

The following line is for DECtalk Express on COM 2:
DT_DRIV -C 0 -B 2F8 -I 3

The following line is executed after the Driver is loaded and is used 
to vocalize the version number:
DT_START

The following line is (again) executed after the device driver is loaded 
and suppresses vocalizing the version number:
DT_START " "

So, the only two things that need to be executed are DT_DRIV and DT_START.
