home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 9 / 1995-08_Disc_9.iso / patches / gusbio.exe / GUS.BAT < prev    next >
DOS Batch File  |  1995-04-05  |  2KB  |  75 lines

  1. @echo off
  2. cls
  3. echo Bioforge (R) UltraSound Support Installation
  4. echo.
  5. echo Designed, Coded, and Tested by: 
  6. echo                 J. Allen Brack, Todd Wachhaus, and Marshall Andrews
  7. echo.
  8. echo Special thanks to John Smith of Advanced Gravis for additional testing.
  9.  
  10. if [%1] == [] goto usage
  11. if [%2] == [] goto usage
  12.  
  13. md c:\biogus
  14. biogus c:\biogus
  15. echo.
  16. echo We are going to run the INSTALL in the Bioforge directory.
  17. echo Set 'Sound Configuration' for 'no sound card'
  18. echo Set 'Music Configuration' for 'Sound Blaster'
  19. pause
  20. %1:
  21. cd\%2
  22. install.exe
  23. echo.
  24. cls
  25. copy c:\biogus\guspat.dll %1:\%2\ailxmi.dll > nul
  26. copy c:\biogus\loadpats.exe %1:\%2\loadpats.exe > nul
  27. copy c:\biogus\biogus.ini %1:\%2\biogus.ini > nul
  28. copy c:\biogus\bio.bat %1:\%2\bio.bat > nul
  29. echo.
  30. echo.
  31. echo Running LOADPATS:
  32. loadpats -Ibiogus.ini
  33. echo.
  34. echo.
  35. echo.
  36. echo You will now need to edit the INSTALL.OPT 
  37. echo file and change the 'MusicPort' from 
  38. echo "0x388" to "0x'enter your Ultrasnd port'"
  39. echo The default would be "0x220".  Save the file.
  40. pause
  41. cd\
  42. edit %1:\%2\install.opt
  43. echo You will now hear Bioforge's General MIDI music.
  44. echo.
  45. c:
  46. cd\biogus
  47. del biogus.ini
  48. del guspat.dll
  49. del loadpats.exe
  50. del bio.bat
  51. cd..
  52. rd biogus
  53. %1:
  54. cd\%2
  55. echo.
  56. echo From now on, run the program BIO in the directory
  57. echo in which you installed BIOFORGE to.  
  58. echo. 
  59. goto :end
  60.  
  61. :usage
  62. echo Usage:
  63. echo.
  64. echo  GUS drive_letter bioforge_directory [ENTER]
  65. echo.
  66. echo  where drive_letter is the drive where BIOFORGE is installed
  67. echo.
  68. echo and bioforge_directory is the directory where BIOFORGE is installed.
  69. echo.
  70. echo  e.g.  GUS C BIOFORGE
  71. echo.
  72. goto :end
  73.  
  74. :end
  75.