home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 312.img / BATMAN2.ZIP / HINSTALL.BAT < prev    next >
DOS Batch File  |  1990-01-01  |  506b  |  26 lines

  1. echo off
  2. cls
  3. echo Installing batman on drive c:
  4. echo The game will be placed into a directory called BATMAN.
  5. echo Press Ctrl-C to abort or press SPACE to install.
  6. pause
  7.  
  8. md c:\batman
  9. copy *.* c:\batman
  10.  
  11. echo Insert disk 2 then press space.
  12. pause
  13. copy *.* c:\batman
  14.  
  15. echo Insert disk 3 then press space.
  16. pause
  17. copy *.* c:\batman
  18.  
  19. echo Insert disk 4 then press space.
  20. pause
  21. copy *.* c:\batman
  22. c:
  23. cd \batman
  24. echo Batman is now installed on hard disk,
  25. echo enter BAT to run the game.
  26.