home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 2238b.dms / in.adf / nutscript < prev   
Encoding:
Text File  |  1992-09-21  |  1.3 KB  |  28 lines

  1. echo "This script file will make a drawer called Nutcracker on your SYS: disk"
  2. echo "The powerpacker.library will also be installed in SYS:libs"
  3. echo "Pcfont, Philly.font & Emerald.font will be installed in SYS:fonts"
  4. echo "All other files will be copied into the new Nutcracker drawer"
  5. echo "If you have only 1 floppy drive - disk swaps are kept to a minimum"
  6. wait 20 secs
  7. makedir sys:Nutcracker
  8. makedir sys:Nutcracker/instruments
  9. makedir sys:Nutcracker/scores
  10. copy nut2:instruments/#? sys:Nutcracker/instruments
  11. copy nut2:scores/#? sys:Nutcracker/scores
  12. copy nut1:IconX sys:Nutcracker
  13. copy nut1:Play-Me.info sys:Nutcracker
  14. copy nut1:nutcode sys:Nutcracker
  15. copy nut1:CDN.pp sys:Nutcracker
  16. copy nut1:Play-Nutcracker sys:Nutcracker/Play-Me
  17. copy nut1:fonts sys:fonts all
  18. copy nut1:libs/powerpacker.library sys:libs
  19. copy nut1:instruments/#? sys:Nutcracker/instruments
  20. copy nut1:scores/#? sys:Nutcracker/scores
  21. copy nut1:Ninfo sys:Nutcracker.info
  22. echo "Nutcracker has now been installed on your sys: drive"
  23. echo "When this window closes - remove the nut1 &/or nut2 disks from your floppy"
  24. echo "drives, then reboot from your harddisk and re-open your WorkBench drawer"
  25. echo "Use the menu options to CLEANUP and finally SNAPSHOT the new Nutcracker"
  26. echo "drawer into the position you want."
  27. wait 30 secs 
  28.