home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / sbv12.zip / INSTALL.CMD next >
OS/2 REXX Batch file  |  1999-11-29  |  3KB  |  132 lines

  1. @Echo off
  2. cls
  3. echo.
  4. echo ■ Sound Blaster 16/32/64/AWE32/AWE64/AWE64Gold Install v1.2
  5. echo.
  6. echo ■ By Daniel Jorge Caetano (Correction on Creative Installs)
  7. echo ■ Original by Colin Hildinger
  8. echo.
  9. echo.
  10. echo ■ Unzipping Temporary Files...
  11. echo.
  12. md sbtmp
  13. Unzip.exe package.zip -d .\sbtmp >nul
  14. cd sbtmp
  15. echo.
  16. echo ■ Running Install procedure...
  17. echo.
  18. echo ■ Push Any Key...
  19. pause >nul
  20. install.exe
  21. cls
  22. echo.
  23. echo ■ Sound Blaster 16/32/64/AWE32/AWE64/AWE64Gold Install v1.2
  24. echo.
  25. echo ■ By Daniel Jorge Caetano (Correction on Creative Installs)
  26. echo ■ Original by Colin Hildinger
  27. echo.
  28. echo.
  29. echo ■ Installation Complete.
  30. echo.
  31. echo ■ Deleting Temporary Files...
  32. echo.
  33. del .\awecp\*.* /n >nul
  34. del .\browser\*.* /n >nul
  35. del .\cmd\*.* /n >nul
  36. del .\csp\*.* /n >nul
  37. del .\ctcd\*.* /n >nul
  38. del .\ctmidi\*.* /n >nul
  39. del .\ctmovie\*.* /n >nul
  40. del .\ctovly\*.* /n >nul
  41. del .\ctwav\*.* /n >nul
  42. del .\dll\*.* /n >nul
  43. del .\icon\*.* /n >nul
  44. del .\mixer\*.* /n >nul
  45. del .\mosaic\*.* /n >nul
  46. del .\readme\*.* /n >nul
  47. del .\sb16\*.* /n >nul
  48. del .\sb16\dll\*.* /n >nul
  49. del .\sb16\driver\*.* /n >nul
  50. del .\sb16d2\*.* /n >nul
  51. del .\sbawe32\*.* /n >nul
  52. del .\sbawe32\dll\*.* /n >nul
  53. del .\sbawe32\driver\*.* /n >nul
  54. del .\sbawe32\driver\sbk\*.* /n >nul
  55. del .\sbawed2\*.* /n >nul
  56. del *.* /n >nul
  57. echo ■ Removing Temporary Directories...
  58. echo.
  59. rd awecp >nul
  60. rd browser >nul
  61. rd cmd >nul
  62. rd csp >nul
  63. rd ctcd >nul
  64. rd ctmidi >nul
  65. rd ctmovie >nul
  66. rd ctovly >nul
  67. rd ctwav >nul
  68. rd dll >nul
  69. rd icon >nul
  70. rd mixer >nul
  71. rd mosaic >nul
  72. rd readme >nul
  73. rd .\sb16\dll >nul
  74. rd .\sb16\driver >nul
  75. rd sb16 >nul
  76. rd sb16d2 >nul
  77. rd .\sbawe32\dll >nul
  78. rd .\sbawe32\driver\sbk >nul
  79. rd .\sbawe32\driver >nul
  80. rd sbawe32 >nul
  81. rd sbawed2 >nul
  82. cd..
  83. rd sbtmp
  84. echo ■ Completed.
  85. echo.
  86. echo ■ Push Any Key...
  87. pause >nul
  88. cls
  89. echo.
  90. echo ■ Sound Blaster 16/32/64/AWE32/AWE64/AWE64Gold Install v1.2
  91. echo.
  92. echo ■ By Daniel Jorge Caetano (Correction on Creative Installs)
  93. echo ■ Original by Colin Hildinger
  94. echo.
  95. echo.
  96. echo ■ Winstall Will Run Now...
  97. echo.
  98. echo ■ Push Any Key...
  99. pause >nul
  100. start winstall.cmd /C /F
  101. cls
  102. echo.
  103. echo ■ Install Complete!
  104. echo.
  105. echo ■ Remember, *BEFORE* the Shutdown YOU *MUST* change the lines on the
  106. echo   CONFIG.SYS lines. Creative Labs install is full of mistakes, and one
  107. echo   of then can crash your system. The changes are:
  108. echo.
  109. echo ■ Find the line:
  110. echo.
  111. echo      DEVICE=X:\MMOS2\SBAWED2.SYS ... /N:SBAUD1$
  112. echo   or
  113. echo      DEVICE=X:\MMOS2\SB16D2.SYS ... /N:SBAUD1$
  114. echo.
  115. echo   and *add* one   /P  and one   /G   on the end of this line.
  116. echo.
  117. echo ■ Search for the line:
  118. echo.
  119. echo      DEVICE=X:\MMOS2\AUDIOVDD.SYS SBAUD1$
  120. echo.
  121. echo   and *add* one    REM    on the begin of the line (before the DEVICE)
  122. echo.
  123. echo Push Any Key...
  124. pause>nul
  125. goto end
  126.  
  127. :end
  128.  
  129.  
  130.  
  131.  
  132.