home *** CD-ROM | disk | FTP | other *** search
- echo "This script file will make a drawer called Nutcracker on your SYS: disk"
- echo "The powerpacker.library will also be installed in SYS:libs"
- echo "Pcfont, Philly.font & Emerald.font will be installed in SYS:fonts"
- echo "All other files will be copied into the new Nutcracker drawer"
- echo "If you have only 1 floppy drive - disk swaps are kept to a minimum"
- wait 20 secs
- makedir sys:Nutcracker
- makedir sys:Nutcracker/instruments
- makedir sys:Nutcracker/scores
- copy nut2:instruments/#? sys:Nutcracker/instruments
- copy nut2:scores/#? sys:Nutcracker/scores
- copy nut1:IconX sys:Nutcracker
- copy nut1:Play-Me.info sys:Nutcracker
- copy nut1:nutcode sys:Nutcracker
- copy nut1:CDN.pp sys:Nutcracker
- copy nut1:Play-Nutcracker sys:Nutcracker/Play-Me
- copy nut1:fonts sys:fonts all
- copy nut1:libs/powerpacker.library sys:libs
- copy nut1:instruments/#? sys:Nutcracker/instruments
- copy nut1:scores/#? sys:Nutcracker/scores
- copy nut1:Ninfo sys:Nutcracker.info
- echo "Nutcracker has now been installed on your sys: drive"
- echo "When this window closes - remove the nut1 &/or nut2 disks from your floppy"
- echo "drives, then reboot from your harddisk and re-open your WorkBench drawer"
- echo "Use the menu options to CLEANUP and finally SNAPSHOT the new Nutcracker"
- echo "drawer into the position you want."
- wait 30 secs
-