home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 3 #4 / CDROMTODAY_v3n4.iso / edemo / aptiva / install.bat < prev    next >
DOS Batch File  |  1996-10-21  |  484b  |  30 lines

  1. @echo off
  2. rem Batch to install MWave aptiva drivers
  3. rem *****************
  4. rem (c) Ubi Soft 1996
  5. rem *****************
  6.  
  7. install
  8. if ERRORLEVEL 4 goto error4
  9. if ERRORLEVEL 1 goto error1
  10. goto success
  11.  
  12. :error4
  13. echo Fichiers d'installation non trouvΘs.
  14.  
  15. :success
  16. echo Pilotes MWave correctement installΘs.
  17.  
  18. goto end
  19.  
  20. :error1
  21. goto msg
  22.  
  23. :msg
  24. echo Une erreur s'est produite lors de l'installation.
  25. echo Contactez votre revendeur pour plus d'infos.
  26.  
  27. :end
  28. PAUSE
  29. cls
  30.