home *** CD-ROM | disk | FTP | other *** search
- Echo "This is a script to install ORBIT on 2 floppies"
- Echo "Read first file Orbit.install.floppy !!"
- Echo " "
- Echo "To execute this script you need to have:"
- Echo "- The entire ORBIT distribution un-lharc-ed in the root"
- Echo " directory of a volume (such as RAM: or vd0:) !"
- Echo "- A bootable diskette labeled OrbitDisk0, with at least"
- Echo " all AmigaDos files listed in file Orbit.AmigaDos.files."
- Echo "- A newly formatted disk labeled OrbitDisk1 ."
- Copy :orbit OrbitDisk0:
- Copy :orbit/s OrbitDisk0:s ALL
- Copy :orbit/orbit2 OrbitDisk0:orbit2 ALL
- Copy :orbit/libs OrbitDisk0:libs ALL
- Echo "OrbiDisk0: OK"
- Copy :orbit/orbit1 OrbitDisk1:orbit1 ALL
- Echo "OrbiDisk1: OK"
-