home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / STORYTEL.ZIP / STORY.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-12-28  |  356 b   |  16 lines

  1. echo off
  2. if exist SOUNDRV.EXE goto OKTOPLAY
  3. if exist STORY.BAT goto DOINSTALL
  4. echo STORY must be run from the current drive and directory.
  5. echo Example: A: (ENTER)
  6. echo          STORY (ENTER)
  7. goto END
  8. :DOINSTALL
  9. echo You must run 'INSTALL' to configure the Milliken Storyteller to your machine
  10. goto END
  11. :OKTOPLAY
  12. soundrv
  13. shell F
  14. soundrv U
  15. :END
  16.