VM0000                             'i.d. and version  this is a comment
----.---- voice synthesizer flags                     this is a comment
----.----
----.---+ printer activity flags
----.----
----.---+ serial port activity flags
----.----
----.---+ beep ON
----.----
25       altP prints one line to your speech thing, printer, serial
17       altW write three lines to file
19       altR reads next file section to buffer
46       altC force closing of altR read file
0        
0        
38       altL one line at cursor of your screen sent to speech thing
31       altS entire screen sent to speech thing
30       altA text above cursor sent to speecher
48       altB text below cursor to speecher         redefinable keys here
32       altD inserts date to screen
20       altT inserts time to screen
0        
0        
67       F9 erases pop up menu text
68       F10 to exit and send screen text to speecher
73       pgup
81       pgdn
0        
0        
6  'number of text lines below used  Up to 10 can be here now
st'name of the device to send text to.  This can be up to 7 chrs long.
SV2'tells speech thing software to use speechv2.exe (SV3 if speechv3.exe)
ENG'expect the text to be English  |These are commands sent to Convox when
TTD'do not echo text back to screen|ever the pop up is activated.  Everything
CRE'accept <ntr> as end of line    |after the single quote (') is comment
FLU'flush string buffer            |These can be up to 7 chrs long, each.


This part is comment:
explanation of voice synthesizer flag:  "+" means ON, "-" is OFF
7654 3210
----.---+

#0 ON  + If active:  In the interactive talking mode, if you are at the DOS
                     level and type CLS<ntr> and other commands, then it
                     also closes all files, including "st" so that it no
                     longer talks.  With this ON, the "st" file is
                     automatically opened and attempts to continue.
                     If OFF, then you must pop up the menu and exit with
                     F10 again to continue.
#1 OFF - 
#2 etc OFF

explanation of printer flag:  "+" means ON, "-" is OFF
7654 3210
----.---+

#0 ON  + After altP sends a line from row 2 - 4, send <ntr> and <lf> also
#1 OFF -
etc

explanation of serial flag:  "+" means ON, "-" is OFF
7654 3210
----.---+

#0 ON  + After altP sends a line from row 2 - 4, send <ntr> and <lf> also
         If this is OFF, you need "/M" to force feed <ntr> to your modem.


explanation of the beep flag: "+" means ON, "-" is OFF
7654 3210
----.---+ beep ON

#0 ON  + Non-DOS activities such as sending text to parallel/serial ports
         causes a short beep, along with messages.
