home *** CD-ROM | disk | FTP | other *** search
/ MPC Wizard 3.0 / WIZARD3_0.ISO / drivers / sound / top_gs16 / toptek2.gsp / VOYETRA / DRIVER.BAT next >
DOS Batch File  |  1993-10-26  |  213b  |  13 lines

  1. echo off
  2. if "%1" == "/rem" goto REMOVE 
  3. if "%1" == "/REM" goto REMOVE 
  4. tapi_gs /addr:220 /irq:7 /dma:1
  5. sapi3gs /port:2 /addr:220
  6. vmp
  7. goto OUT 
  8. :REMOVE 
  9. vmp /rem
  10. sapi3gs /port:2 /rem
  11. tapi_gs /rem
  12. :OUT 
  13.