home *** CD-ROM | disk | FTP | other *** search
- .key var 1
- type s/hdinfo
- ask "Make a directory called OctaMED and copy main progs...Continue? [Y/N]"
- if warn
- ;copy all main stuff!
- echo ""
- echo " "
- echo " allright, please be very patient whilst transfer is in progress"
- echo " "
- echo " now making main directories and copying contents"
- Makedir dh0:OctaMED
- Makedir dh0:OctaMED/Programmers
- Makedir dh0:OctaMED/docs
- Makedir dh0:OctaMED/Utilities
- copy utilities/octamedplayer dh0:OctaMED/Utilities
- copy utilities/octamedplayer.info dh0:OctaMED/utilities
- copy utilities/octamedplayer.guide dh0:OctaMED/utilities
- copy utilities/octamedplayer.guide.info dh0:OctaMED/utilities
- echo " "
- endif
- ask "Shall I copy the Amigaguide program? (A1200 owners should type N) [Y/N]"
- if warn
- copy utilities/amigaguide dh0:OctaMED/utilities
- copy utilities/amigaguide.info dh0:OctaMED/utilities
- endif
- echo " "
- echo " now copying documents and programmers information "
-
- echo " "
- copy Docs dh0:OctaMED/Docs all
- copy Programmers dh0:OctaMED/Programmers all
- Copy docs.info dh0:OctaMED
- Copy Programmers.info dh0:OctaMED
- Copy Utilities.info dh0:OctaMED
- Copy Shell.info dh0:OctaMED
- echo " "
- echo " now copying the main program "
- echo " "
- Copy OctaMED.V5 dh0:OctaMED
- Copy OctaMED.V5.info dh0:OctaMED
- Copy Please_Read_Me_Now!.info dh0:OctaMED
- Copy Please_Read_Me_Now! dh0:OctaMED
- echo " "
- echo " not much longer "
- Copy OctaMED.Guide dh0:OctaMED
- endif
- echo " "
- echo " OK.. it's your choice from now on "
- echo " "
- echo " "
-
- ask " This will copy ALL the contents of the C Dir.....Continue? [Y/N]"
- if warn
- copy c dh0:c all
- endif
- echo " "
- ask "Copy ALL the contents of the Devs Dir...........Continue? [Y/N]"
- if warn
- copy devs dh0:devs all
- endif
- echo " "
- ask "Copy ALL the contents of the L Dir..............Continue? [Y/N]"
- if warn
- copy l dh0:l all
- endif
- echo " "
- ask "Copy ALL the contents of the Libs Dir...........Continue? [Y/N]"
- if warn
- copy libs dh0:libs all
- endif
- echo " "
- ask "Copy the cli to your System Dir.................Continue? [Y/N]"
- if warn
- copy system dh0:system all
- endif
- echo " "
- echo " Now Copying Med_Paths and Help.Guide to your S Dir. (last bit!) "
- copy s:MED_Paths dh0:s
- copy s:Help.guide dh0:s
- copy Octinfo dh0:OctaMED.info
- echo " "
- echo " "
- echo " ALL Finished!"
- echo " "
- echo " You now have a copy of OctaMED on your hard drive"