home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PowerPlay 1996 December
/
PowerPlay1296.bin
/
DEMOS
/
ALARM
/
ALARM.BAT
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1996-10-15
|
128 b
|
14 lines
@echo off
if "%1" == "sb" goto soundblaster
dpreview >nul
goto stop
:soundblaster
dpreview -ac >nul
:stop
cls