home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM User 1994 February / cdrom-user-07-1994-02.iso / pandemos / puss / go.bat next >
DOS Batch File  |  1994-11-25  |  446b  |  19 lines

  1. @Echo off
  2. if not exist xpuz.exe goto 4
  3. If exist c:\voyetra\driver.bat  call c:\voyetra\driver
  4. if exist c:\sb16\sb16set.exe c:\sb16\sb16set /MIDI:255 /VOC:255 /M:255 /SPK:255 /OPGAIN:8  
  5. xpuz pus
  6. If exist c:\voyetra\driver.bat  call c:\voyetra\driver /rem
  7. :4
  8. if %1. == OP. goto ST
  9. goto END
  10. :ST
  11. if exist install.exe goto ST1
  12. Echo Insert diskette in drive and
  13. Echo  Press any key to continue.
  14. pause > nul
  15. goto ST
  16. :ST1
  17. install
  18. :END
  19.