home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MPC Wizard 3.0
/
WIZARD3_0.ISO
/
drivers
/
sound
/
top_gs16
/
toptek2.gsp
/
VOYETRA
/
DRIVER.BAT
next >
Wrap
DOS Batch File
|
1993-10-26
|
213b
|
13 lines
echo off
if "%1" == "/rem" goto REMOVE
if "%1" == "/REM" goto REMOVE
tapi_gs /addr:220 /irq:7 /dma:1
sapi3gs /port:2 /addr:220
vmp
goto OUT
:REMOVE
vmp /rem
sapi3gs /port:2 /rem
tapi_gs /rem
:OUT