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
- IF NOT EXIST VMTHING.COM GOTO SKIP1
- VMTHING /P VM0
- GOTO SKIP2
- :SKIP1
- IF NOT EXIST SMTHING.COM GOTO SKIP2
- SMTHING /P SM0
- :SKIP2
- soundrv
- shell B
- soundrv U
- IF NOT EXIST VMTHING.COM GOTO SKIP3
- VMTHING /R
- GOTO SKIP4
- :SKIP3
- IF NOT EXIST SMTHING.COM GOTO SKIP4
- SMTHING /R
- :SKIP4
- :END
-