home *** CD-ROM | disk | FTP | other *** search
/ PowerHits - SciFi / POWERHITS_SCIFI.iso / simon.bat < prev    next >
DOS Batch File  |  1994-06-02  |  1KB  |  28 lines

  1. @Echo off
  2.  
  3. REM *** Please note that the setup routines have not been finished ***
  4.  
  5. REM  This batch file has been set up for SoundBlaster music with the CD-ROM
  6. REM  drive as drive D. It also assumes the game file and sound effects have
  7. REM  not been copied to the hard drive.
  8.  
  9. REM  If using MT-32 please change the /1 to /3.
  10. REM  If CD-ROM drive is other than drive D please change the /D and d:\ to the
  11. REM  correct letter.
  12. REM  If install copied sound effects to your hard drive because it found less
  13. REM  than 3.5 MB of extended memory then please remove the d:\ before the
  14. REM  effects.voc below.
  15. REM  If you choose to install the game file to your hard drive please remove
  16. REM  the d:\ before the simon.gme below.
  17.  
  18. REM  Please run SETD to setup your sound card for digital sound effects before
  19. REM  running this batch file.
  20.  
  21. @Echo Off
  22. if not exist Soundrv.Com echo Please run SETD to setup your sound card for digital sound effects
  23. if not exist Soundrv.Com goto end
  24. Soundrv
  25. Runvga /D /1 d:\simon.voc d:\effects.voc d:\simon.gme
  26. Soundrv u
  27. :end
  28.