home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / sharewar / MIDIdrv / INST95.BAT < prev    next >
DOS Batch File  |  1997-03-22  |  1KB  |  43 lines

  1. @echo off
  2. if not "%winbootdir%"=="" goto INST
  3.   echo This Batch file requires a Windows 95 compatible OS.
  4.   goto end
  5. :INST
  6. cls
  7. echo.
  8. echo Hubi's MIDILoopBack V 2.5 Installation Wizard
  9. echo (m) 1997 HubiSoft
  10. echo.
  11. echo.
  12. echo.
  13. echo If you don't want to install now press Ctrl+C or...
  14. echo.
  15. echo If you UPDATE from a previous version you should first REMOVE
  16. echo the old version via ControlPanel-Multimedia. 
  17. pause
  18. echo Last Chance to abort ? 
  19. echo.
  20. pause
  21. echo OK, lets go on.
  22. cls
  23. echo Goto Hardware Wizard Dialog, Click Continue button...
  24. echo.
  25. echo say NO to automatic check... continue
  26. echo.
  27. echo select AUDIO, VIDEO and GAME controller,...  continue
  28. echo.
  29. echo say HAVE DISK
  30. echo.
  31. echo And now, goto:
  32. cd
  33. echo.
  34. echo if you enter this directory, an entry
  35. echo "  Hubi's MIDI LoopBack v2.5" 
  36. echo will be selected. Press OK
  37. echo.
  38. echo Click continue to finish installation
  39. echo if all is OK, configuration shows up.
  40. echo Windows restart will be necessary
  41. @start /w %windir%\control.exe %windir%\system\sysdm.cpl Hardware
  42. :END
  43.