home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / STORYTEL.ZIP / CGA.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-03-22  |  616 b   |  30 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. IF NOT EXIST VMTHING.COM GOTO SKIP1
  13. VMTHING /P VM0
  14. GOTO SKIP2
  15. :SKIP1
  16. IF NOT EXIST SMTHING.COM GOTO SKIP2
  17. SMTHING /P SM0
  18. :SKIP2
  19. soundrv
  20. shell C
  21. soundrv U
  22. IF NOT EXIST VMTHING.COM GOTO SKIP3
  23. VMTHING /R
  24. GOTO SKIP4
  25. :SKIP3
  26. IF NOT EXIST SMTHING.COM GOTO SKIP4
  27. SMTHING /R
  28. :SKIP4
  29. :END
  30.