home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 150.img / PLANET1.ZIP / INSTALL2.BAT < prev    next >
DOS Batch File  |  1990-03-22  |  697b  |  45 lines

  1. echo off
  2. :d1
  3. echo: 
  4. echo Insert Balance of the Planet DISK 2 into drive A.
  5. pause
  6. if not exist a:\cards2\*.* goto d1
  7.  
  8. cls
  9. echo: 
  10. echo: 
  11. echo Installing Balance of the Planet -- disk 2.
  12. copy a:\cards2 cards > nul
  13.  
  14. if exist a:\cards2\WTRSPPLY.crd goto done
  15.  
  16. echo: 
  17. echo: 
  18. echo: 
  19. echo Disk 2 installation complete.
  20. echo: 
  21.  
  22. :d3
  23. echo: 
  24. echo Insert Balance of the Planet DISK 3 into drive A.
  25. pause
  26. if not exist a:\cards3\*.* goto d3
  27.  
  28. cls
  29. echo: 
  30. echo: 
  31. echo Installing Balance of the Planet -- disk 3.
  32. copy a:\cards3 cards > nul
  33.  
  34. :done
  35. echo: 
  36. echo: 
  37. echo: 
  38. echo Installation is complete.
  39. echo: 
  40. echo: 
  41. echo Type BP to run Balance of the Planet.
  42. echo: 
  43. echo: 
  44.  
  45.