home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / DOOR / DRAGON15.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1995-02-17  |  347b  |  20 lines

  1. echo off
  2. type readmeor.die | more
  3. echo Press Ctrl-Break to abort installation.
  4. pause
  5.  
  6. if not exist game.cfg goto install
  7. rename game.cfg game.old
  8.  
  9. :install
  10. echo Extracting The Dragon's Claw to current directory.
  11. dragon.exe -d -o
  12. del dragon.exe
  13.  
  14. if not exist game.old goto end
  15. del game.cfg
  16. rename game.old game.cfg
  17.  
  18. :end
  19. echo on
  20.