home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 84 / af084a.adf / c / script < prev   
Text File  |  1996-03-11  |  1KB  |  32 lines

  1. echo "*EcThe first disk shall now be unpacked. It is Super Foul Egg."
  2. echo "Please insert a spare disk in df0: (internal drive) now."
  3. ask "Press the return key when ready."
  4. ram:unlzx x -q -bi32 ram:af3.lzx df0:
  5. ram:c/relabel df0: sfe
  6. ram:c/install df0:
  7. echo "That is the game installed. If you don't have an AGA machine (A1200),"
  8. echo "that is all there is (sorry), but if you do, you can now install"
  9. echo "the Game Engine demo. Simply press return now."
  10. ask "Non AGA owners should re-boot now with the unarchived disk."
  11. ram:c/delete ram:af3.lzx quiet
  12. copy af84a:archives/af1.lzx ram: quiet
  13. echo "*EcThe first disk of Game Engine shall now be unpacked."
  14. echo "Please insert a spare disk in df0: (internal drive) now."
  15. ask "Press the return key when ready."
  16. ram:unlzx x -q ram:af1.lzx df0:
  17. ram:c/relabel df0: GE_Demo
  18. ram:c/delete ram:af1.lzx quiet
  19. echo "That's the first disk installed. Now for the second one."
  20. copy af84a:archives/af2.lzx ram: quiet
  21. echo "*EcThe second disk of Game Engine shall now be unpacked."
  22. echo "Please insert a spare disk in df0: (internal drive) now."
  23. ask "Press the return key when ready."
  24. ram:unlzx x -q ram:af2.lzx df0:
  25. ram:c/relabel df0: MoreGEStuff
  26. ram:c/rename df0:1 df0:16*16_BLANK.GEIFF
  27. ram:c/rename df0:1.info df0:16*16_BLANK.GEIFF.info
  28. ram:c/rename df0:2 df0:16*16_TEMP.GEIFF
  29. echo "That's both of those disks now unpacked."
  30. ask "Please read the Coverdisk pages in the magazine."
  31. endcli
  32.