home *** CD-ROM | disk | FTP | other *** search
- echo "*EcYou must have booted from your own hard drive for this to work."
- ask "Continue? Y/N"
- if not warn
- skip 1
- endif
- if not exists s:scala.config
- copy af97a:s/scala.config s:
- endif
- copy af97a:fonts/ fonts: all
- if not exists devs:scala.device
- copy af97a:devs/scala.device devs:
- endif
- if not exists libs:scala.library
- copy af97a:libs/scala.library libs:
- endif
- if not exists libs:arp.library
- copy af97a:libs/arp.library libs:
- endif
- lab 2
- endif
- echo "Could you please now enter the path name for your hard drive?"
- echo "E.g. 'dh0:', 'work:test/', etc..."
- setenv >nil: pathname ?
- assign source: af97a:
- failat 21
- cd $pathname >nil:
- if fail
- failat 10
- skip 2 back
- endif
- failat 10
- makedir Scala
- copy source:icons/Scala.info ""
- cd Scala
- copy Source:Readme! ""
- copy source:Readme!.info ""
- copy source:Scala ""
- copy source:Scala.info ""
- copy source:ScalaPlayer ""
- copy source:ScalaPlayer.info ""
- copy source:ScalaPrint ""
- copy source:ScalaPrint.info ""
- af97a:c/unlzx -q -a -bi24 x source:extras.lzx ""
- lab 1
- echo "Ending"
-