home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- CLS
- ECHO"
- ECHO"
- ECHO"ECHOSPEECH (TM) Speech Compression/Decompression Shareware Version
- ECHO" Copyright (C) 1994-1995 Echo Speech Corp. All Rights Reserved
- ECHO" Unregistered Copy
- ECHO"
- ECHO"This version of ECHOSPEECH is shareware. If you decide to use it
- ECHO"regularly you are required to register it. When you register ECHOSPEECH
- ECHO"you will receive ECHOSPEECH modules for the Microsoft Windows (TM) Audio
- ECHO"Compression Manager. This will enable ACM-aware Windows applications
- ECHO"to read and write ECHOSPEECH files.
- ECHO"
- ECHO"Press ANY KEY to acknowledge the information above and complete
- ECHO"the installation of ECHOSPEECH.
- ECHO"
- ECHO"Type CTRL-C if you wish to abort this installation of ECHOSPEECH.
- ECHO"
- PAUSE
- cls
- isfpp
- cls
-
- If errorlevel 1 goto YEP
- If errorlevel 2 goto NOPE
-
- :NOPE
- copy wav2es.emu wav2es.exe
- goto DONE
-
- :YEP
- copy wav2es.x87 wav2es.exe
-
- :DONE
- cls
- ECHO"
- ECHO"
- ECHO"
- ECHO"This completes the installation of ECHOSPEECH.
- ECHO"
- ECHO"
-
-
-
-