home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 77 / af077a.adf / archives / disk1.lzx / install_hd < prev    next >
Text File  |  1984-02-02  |  663b  |  22 lines

  1. .k hdisk
  2.  
  3. echo "Installing ...";
  4. copy Real1: <hdisk>real all quiet
  5. copy Real1:Util.info <hdisk>Real.info
  6. copy Real2:TurboReal#? <hdisk>real/ all quiet
  7. copy Real2:Textures2 <hdisk>real/textures/ all quiet
  8. copy Real3: <hdisk>real/Objects/ all quiet
  9. copy Real4:Pictures <hdisk>real/Pictures all quiet
  10. copy Real4:123... <hdisk>real/Objects/123... all quiet
  11. copy Real4:ABC <hdisk>real/Objects/ABC all quiet
  12. copy Real4:realicons <hdisk>real/ all quiet
  13. assign Real: <hdisk>real
  14. echo "Finished transfering files."
  15. echo " "
  16.  
  17. echo "Please add the following assignment  to your S:startup-sequence file:"
  18. echo " *e[33m"
  19. echo "  assign Real: <hdisk>Real"
  20. echo "*e[0m "
  21. wait 8
  22.