home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / games / orbit.lzh / orbit / SetUp_2Floppies < prev    next >
Encoding:
Text File  |  1991-09-23  |  677 b   |  17 lines

  1. Echo "This is a script to install ORBIT on 2 floppies"
  2. Echo "Read first file Orbit.install.floppy !!"
  3. Echo " "
  4. Echo "To execute this script you need to have:"
  5. Echo "- The entire ORBIT distribution un-lharc-ed in the root"
  6. Echo "  directory of a volume (such as RAM: or vd0:) !"
  7. Echo "- A bootable diskette labeled OrbitDisk0, with at least"
  8. Echo "  all AmigaDos files listed in file Orbit.AmigaDos.files."
  9. Echo "- A newly formatted disk labeled OrbitDisk1 ."
  10. Copy :orbit   OrbitDisk0:
  11. Copy :orbit/s OrbitDisk0:s ALL
  12. Copy :orbit/orbit2 OrbitDisk0:orbit2 ALL
  13. Copy :orbit/libs OrbitDisk0:libs ALL
  14. Echo "OrbiDisk0: OK"
  15. Copy :orbit/orbit1 OrbitDisk1:orbit1 ALL
  16. Echo "OrbiDisk1: OK"
  17.