home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1997 July / Freeware CD.iso / SOUND / VOYETRA / V_2X / DOSWIN / DOSWIN.ZIP / V22.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-03-20  |  282 b   |  18 lines

  1. echo off
  2. vapi22 %1
  3. if errorlevel 1 goto fail
  4. miditest
  5. if errorlevel 1 goto fail
  6. miditest 2 2
  7. if errorlevel 1 goto fail
  8. echo  
  9. echo ***** V-22 PASSED ALL TESTS *****
  10. goto out
  11. :fail
  12. echo  
  13. echo ***** V-22 INSTALLATION TEST FAILED *****
  14. :out
  15. echo  
  16. pause 
  17. vapi22 /rem
  18.