home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dr. CD ROM (Annual Premium Edition)
/
premium.zip
/
premium
/
MUSICLAB
/
SPEECH.ZIP
/
DEMO.BAT
next >
Wrap
DOS Batch File
|
1985-09-17
|
650b
|
17 lines
REM The READ program reads the specified file aloud using
REM SPEECH.COM's phonem system. If the file does not exist or SPEECH
REM is not loaded, an appropriate message will be given. To hear direct
REM keyboard input use CON for the file name. The DOS editing keys will
REM be active to edit the previous line.
READ SAMPLE.TXT
REM If printing of the phonem file is not desired, simply re-diredt the
REM standard output to a file or the NUL device :
READ SAMPLE.TXT > NUL
REM This might be useful when adding voice to batch files that print nice
REM full-screen menus that would be destroyed when the file is printed.