home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 86 / af086b.adf / c / c.lzx / script < prev   
Text File  |  1996-05-02  |  2KB  |  37 lines

  1. ram:assign c: ram:
  2. copy af86b:c/unlzx ram:
  3. echo "*EcThere are two disks packed onto here."
  4. echo "XP8 is A1200 only. To de-archive this, you must have a blank disk"
  5. echo "formatted to FFS (878K) ready. You can format a disk from WB."
  6. echo "Breed96 works on any machine, but requires a spare, blank disk"
  7. echo "to install to also."
  8. echo "If you don't have your disks ready yet, re-boot with Workbench and"
  9. echo "prepare some, then re-boot with this disk."
  10. ask "If you are ready to continue, press <return> now."
  11. echo "*EcInstalling the Breed96 disk first."
  12. copy af86b:af86b2.lzx ram: buf=10
  13. echo "Please remove the Coverdisk from the internal drive and insert your"
  14. echo "spare disk in the internal (df0:) drive now."
  15. ask "Press <return> when ready"
  16. echo "*EcInstalling..."
  17. relabel df0: Breed96
  18. unlzx x -q -bi24 -bo24 ram:af86b2.lzx df0:
  19. echo *EcOK. That's Breed96 installed. To play it, boot from your Workbench"
  20. echo "Full instructions for the game are on the disk you have installed."
  21. echo "If you don't have an A1200, re-boot your Amiga now with Workbench,"
  22. echo "and insert your new disk to play Breed96."
  23. echo "If you do have an A1200, we'll go on and install the XP8 game demo."
  24. ask "Press <return> if you wish to continue and install XP8."
  25. delete ram:af86b2.lzx quiet
  26. ask "Please insert the Coverdisk in any drive, then press <return>."
  27. copy af86b:af86b1.lzx ram: buf=10
  28. echo "Please insert your spare disk in the internal (df0:) drive now."
  29. ask "Press <return> when ready."
  30. echo "*EcInstalling..."
  31. install df0:
  32. relabel df0: XP8di1
  33. unlzx x -q -bi24 -bo24 ram:af86b1.lzx df0:
  34. echo "That's XP8 installed. To play it, re-boot with your new disk now."
  35. ask ""
  36. endcli 
  37.