home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 181.img / FUTURE.ZIP / PART_TWO.BAT < prev    next >
DOS Batch File  |  1990-05-14  |  700b  |  27 lines

  1. @echo off
  2. :3
  3. if exist %1\aldat2.fpf goto 4
  4. cls
  5. echo Insert Future Classics Collection Disk Two in drive %1.
  6. pause
  7. goto 3
  8. :4
  9. echo Copying Future Classics Collection Disk Two...
  10. copy %1\*.* %2\fc1
  11. if not exist %2\fc1\aldat2.fpf goto installationError
  12. :installDone
  13. %2
  14. cd %2\fc1
  15. echo Future Classics Collection is now installed on your destination disk.  
  16. echo To run it, type "FC1".
  17. goto done
  18. :installationError
  19. echo Installation Error: Perhaps there isn't enough space on your destination
  20. echo disk.  Future Classics Collection installation requires at least 720k 
  21. echo free space.
  22. goto errorDone
  23. :errorDone
  24. echo Future Classics Collection was not installed correctly.
  25. :done
  26.  
  27.