home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD PowerPlay 6
/
TheCompleteAdventureCollection1995
/
CDPP6.ISO
/
hints
/
darkseed
/
ds15pc
/
ds.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
|
1994-05-24
|
272 b
|
18 lines
@echo off
echo Dark Seed version 1.51
if "%1" == "/m" goto menu
if "%1" == "/M" goto menu
start I
if errorlevel 1 goto end
goto :loop
:menu
start %1
if errorlevel 1 goto end
:loop
tos
if errorlevel 2 goto end
start
if errorlevel 1 goto end
goto loop
:end