home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 97 / af097a.adf / Install_HD < prev    next >
Text File  |  1997-03-16  |  1KB  |  46 lines

  1. echo "*EcYou must have booted from your own hard drive for this to work."
  2. ask "Continue? Y/N"
  3. if not warn
  4. skip 1
  5. endif
  6. if not exists s:scala.config
  7. copy af97a:s/scala.config s:
  8. endif
  9. copy af97a:fonts/ fonts: all
  10. if not exists devs:scala.device
  11. copy af97a:devs/scala.device devs:
  12. endif
  13. if not exists libs:scala.library
  14. copy af97a:libs/scala.library libs:
  15. endif
  16. if not exists libs:arp.library
  17. copy af97a:libs/arp.library libs:
  18. endif
  19. lab 2
  20. endif
  21. echo "Could you please now enter the path name for your hard drive?"
  22. echo "E.g. 'dh0:', 'work:test/', etc..."
  23. setenv >nil: pathname ?
  24. assign source: af97a:
  25. failat 21
  26. cd $pathname >nil:
  27. if fail
  28. failat 10
  29. skip 2 back
  30. endif
  31. failat 10
  32. makedir Scala
  33. copy source:icons/Scala.info ""
  34. cd Scala
  35. copy Source:Readme! ""
  36. copy source:Readme!.info ""
  37. copy source:Scala ""
  38. copy source:Scala.info ""
  39. copy source:ScalaPlayer ""
  40. copy source:ScalaPlayer.info ""
  41. copy source:ScalaPrint ""
  42. copy source:ScalaPrint.info ""
  43. af97a:c/unlzx -q -a -bi24 x source:extras.lzx "" 
  44. lab 1
  45. echo "Ending" 
  46.