home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 84 / af084b.adf / c / 3 < prev    next >
Encoding:
Text File  |  1996-03-12  |  547 b   |  15 lines

  1. assign env: ram:
  2. echo "*EcOK, Installing to hard disk."
  3. echo "Please tell me where you would like to install the demo."
  4. echo "Example: dh1:games/"
  5. echo "A new drawer will be created there."
  6. echo "Please press <return> when you have entered the destination."
  7. setenv >nil: pathname ?
  8. cd $pathname
  9. makedir AB3D2_Demo
  10. copy af84b:s/AB3D2_Demo.info "" quiet
  11. copy af84b:ab3d2 AB3D2_Demo/ all quiet
  12. copy af84b:c AB3D2_Demo/c all quiet
  13. af84b:unlzx x -q Af84b:ab3d2_2.lzx AB3D2_Demo/
  14. ask "That's the game installed. Re-boot from your hard drive now."
  15. endcli