home *** CD-ROM | disk | FTP | other *** search
- echo off
- if exist SOUNDRV.EXE goto OKTOPLAY
- if exist STORY.BAT goto DOINSTALL
- echo STORY must be run from the current drive and directory.
- echo Example: A: (ENTER)
- echo STORY (ENTER)
- goto END
- :DOINSTALL
- echo You must run 'INSTALL' to configure the Milliken Storyteller to your machine
- goto END
- :OKTOPLAY
- soundrv
- shell F
- soundrv U
- :END
-