home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
BBS
/
DOORS
/
MAZE50.ZIP
/
EXAMPLES.ZIP
/
MAZE.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1991-11-27
|
281 b
|
21 lines
Rem TAG Entry to the Maze 5.0 Door
echo off
C:
CD \BBS
opendoor.exe maze 5.0
if exist opendoor.err goto QUIT
if not exist opendoor.sys goto QUIT
copy c:\bbs\opendoor.sys c:\bbs\games\maze\opendoor.sys
cd \bbs\games\maze
maze.exe
:QUIT
C:
CD \BBS