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

  1. @Echo off
  2. if not exist ABCE\opening.gif 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. drawv %1
  6. If exist c:\voyetra\driver.bat  call c:\voyetra\driver /rem
  7. goto 3
  8. :4
  9. Echo Insert diskette no. 1 in drive and type :
  10. Echo go ─┘
  11. :3
  12. if %1. == OP. goto ST
  13. goto END
  14. :ST
  15. if exist install.exe goto ST1
  16. Echo Insert diskette no. 1 in drive and
  17. Echo    Press any key to continue.
  18. pause > nul
  19. goto ST
  20. :ST1
  21. install
  22. :END
  23.