home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / fairlight-files / FLTAMIGA / FLT1991 / MGOLF.DMS / MGOLF.adf / InstallDH0 < prev    next >
Text File  |  1991-11-03  |  526b  |  19 lines

  1. ; Microprose Golf Hard Disk Installation Program
  2. ; v2 3/11/91 (c) the Thought Train
  3. ;
  4. echo "Installing Microprose Golf to hard disk partition DH0:"
  5. echo "Copying Program Disk..."
  6. makedir dh0:Golf
  7. copy df0:Golf.info dh0:
  8. copy df0:Golf dh0:Golf all quiet
  9. delete dh0:Golf/golf
  10. rename dh0:Golf/golfdh0 dh0:Golf/golf
  11. assign sys: dh0:
  12. cd dh0:
  13. echo "Now installing Course Disk 1"
  14. execute Golf/CourseInstall
  15. echo "Now installing Course Disk 2"
  16. execute Golf/CourseInstall
  17. echo "Installation complete. Now loading Golf."
  18. Golf/golf dh0:
  19.