home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / DOORS / MAZE50.ZIP / MAZE2BBS.ZIP / MAZE.BAT next >
Encoding:
DOS Batch File  |  1991-11-29  |  272 b   |  19 lines

  1. echo TAG Entry to the Maze 5.0 Door
  2.  
  3. C:
  4. CD \BBS
  5. opendoor.exe maze 5.0
  6.  
  7. if exist opendoor.err       goto QUIT
  8. if not exist opendoor.sys   goto QUIT
  9. copy c:\bbs\opendoor.sys c:\bbs\games\maze\opendoor.sys
  10.  
  11. C:
  12. cd \bbs\games\maze
  13. maze.exe
  14.  
  15. :QUIT
  16. C:
  17. CD \BBS
  18.  
  19.