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:
DOS Batch File  |  1991-11-27  |  281 b   |  21 lines

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