home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PowerPlay 1994 May
/
PowerPlay0594.iso
/
pc
/
pplay
/
1.bat
< prev
next >
Wrap
DOS Batch File
|
1994-02-09
|
358b
|
26 lines
@echo off
echo.
echo Der Film kann nur von CD abgespielt werden!
echo Rufe jetzt auf!
echo.
CHOICE Willst Du das
if errorlevel 2 goto NEIN
if errorlevel 1 goto JA
:JA
cls
cd \PPLAY\PPFLI
aaplay intro.act
goto endE
:NEIN
echo.
echo Lesevorgang abgebrochen! Kehre zum Anfang zurÅck!
echo.
pause
goto ende
:ENDE
cd \pplay
start.bat