home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 173.img / NUCLEAR1.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1990-03-19  |  613b  |  32 lines

  1. @echo off
  2. if %1x == x goto gu
  3. md %1:\nukewar
  4. md %1:\nukewar\data
  5. copy *.* %1:\nukewar        >nul
  6. copy data %1:\nukewar\data  >nul
  7. :nd
  8. if exist data\nukedisk.2 goto nd2
  9. echo .
  10. echo Please Insert Nuclear War Disk 2 and
  11. pause
  12. if not exist data\nukedisk.2 goto nd
  13. :nd2
  14. copy data %1:\nukewar\data  >nul
  15. %1:
  16. cd \nukewar
  17. goto end
  18. :gu
  19. echo .
  20. echo Type install x
  21. echo where x is the drive to install nuclear war.
  22. echo Example:   Install c
  23. echo            This installs Nuclear War on drive C.
  24. goto end1
  25. :end
  26. del install.bat
  27. echo Installion complete
  28. echo Type NukeWar to play
  29. :end1
  30. echo .
  31.  
  32.