home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Direkt: Spezial 1
/
CDD_SPIELE_.ISO
/
prodemo
/
f1demo
/
f1demo.bat
< prev
next >
Wrap
DOS Batch File
|
1995-08-09
|
3KB
|
131 lines
@echo off
usk 0
if not exist c:\f1\out md c:\f1
set DOS4G=quiet
set CYBERSWP=C:\F1
set dos4gvm=@f1.vmc
f1select
if errorlevel 10 goto play10
if errorlevel 9 goto play9
if errorlevel 8 goto play8
if errorlevel 7 goto play7
if errorlevel 6 goto play6
if errorlevel 5 goto play5
if errorlevel 4 goto play4
if errorlevel 3 goto play3
if errorlevel 2 goto play2
if errorlevel 1 goto play1
goto ende
rem 8 MB
:play1
rem cprintf("1) Kein Sound\r\n");
echo 8 MB NO SOUND
dos4gw f.exe /v /a8 /s /c %1 %2 %3 %4 %5 %6 %7
set dos4gvm=
if errorlevel 199 dos4gw testdb Xffff
goto ende
:play2
rem cprintf("2) FM-Sound\r\n");
echo 8 MB Playing FM-Sound
dos4gw f.exe /v /a8 /mf %1 %2 %3 %4 %5 %6 %7
set dos4gvm=
if errorlevel 199 dos4gw testdb X1
goto ende
:play3
rem cprintf("3) General Midi Sound\r\n");
echo 8 MB Playing GM-Sound
dos4gw f.exe /v /a8 /mm %1 %2 %3 %4 %5 %6 %7
set dos4gvm=
if errorlevel 199 dos4gw testdb X1
goto ende
:play4
rem cprintf("4) CD-Sound\r\n");
echo 8 MB Playing CD-Sound
dos4gw f.exe /v /a8 /mc %1 %2 %3 %4 %5 %6 %7
set dos4gvm=
if errorlevel 199 dos4gw testdb X0
goto ende
:play9
rem cprintf("4) CD-Sound\r\n");
echo 8 MB Playing from CD
dos4gw f.exe /v /a8 %1 %2 %3 %4 %5 %6 %7
set dos4gvm=
if errorlevel 199 dos4gw testdb X1
goto ende
rem ****************************
rem 4 MB
rem ****************************
:play5
rem cprintf("1) Kein Sound\r\n");
echo 4 MB NO SOUND
dos4gw f.exe /v /a4 /s /c %1 %2 %3 %4 %5 %6 %7
set dos4gvm=
if errorlevel 199 dos4gw testdb Xffff
goto ende
:play6
rem cprintf("2) FM-Sound\r\n");
echo 4 MB Playing FM-Sound
dos4gw f.exe /v /a4 /mf %1 %2 %3 %4 %5 %6 %7
set dos4gvm=
if errorlevel 199 dos4gw testdb Xffff
goto ende
:play7
rem cprintf("3) General Midi Sound\r\n");
echo 4 MB Playing GM-Sound
dos4gw f.exe /v /a4 /mm %1 %2 %3 %4 %5 %6 %7
set dos4gvm=
if errorlevel 199 dos4gw testdb Xffff
goto ende
:play8
rem cprintf("4) CD-Sound\r\n");
echo 4 MB Playing CD-Sound
dos4gw f.exe /v /a4 /mc %1 %2 %3 %4 %5 %6 %7
set dos4gvm=
if errorlevel 199 dos4gw testdb X2
goto ende
:play10
rem cprintf("4) CD-Sound\r\n");
echo 4 MB Playing from CD
dos4gw f.exe /v /a4 %1 %2 %3 %4 %5 %6 %7
set dos4gvm=
if errorlevel 199 dos4gw testdb Xffff
goto ende
:ende
set DOS4G=
set CYBERSWP=
echo.
echo (c)1995 by ASCON Software GmbH
echo.