home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 277.img / NIGHT2.ZIP / CURRENT.BAT < prev    next >
DOS Batch File  |  1990-05-13  |  521b  |  29 lines

  1. copy %1:\night.exe >nul:
  2. copy %1:\*.* cga >nul:
  3. del cga\*.bat
  4. del cga\night.exe
  5. :wait_d2
  6. if exist %1:\disk.2 goto disk_2_in
  7. echo Insert disk 2
  8. pause
  9. goto wait_d2
  10. :disk_2_in
  11. copy %1:\*.* cga >nul:
  12. mkdir ega-vga
  13. :wait_d3
  14. if exist %1:\disk.3 goto disk_3_in
  15. echo Insert disk 3
  16. pause
  17. goto wait_d3
  18. :disk_3_in
  19. copy %1:\*.* ega-vga >nul:
  20. :wait_d4
  21. if exist %1:\disk.4 goto disk_4_in
  22. echo Insert disk 4
  23. pause
  24. goto wait_d4
  25. :disk_4_in
  26. copy %1:\*.* ega-vga >nul:
  27. echo NIGHT HUNTER installation complete.
  28.  
  29.