home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 88 / af088a.adf / XDVE_Floppy_Pt2 < prev    next >
Text File  |  1996-07-08  |  812b  |  19 lines

  1. echo "This script is for floppy users only."
  2. echo "The installation file can only be used to install the main program."
  3. echo "There is not room on a single floppy for the demo scripts and clipart."
  4. echo "This script will install those to a second, spare, empty disk."
  5. echo "It also installs the AF88 Extras (additional programs) at the same time."
  6. ask "Do you wish to continue? (Y/N)"
  7. if not warn
  8. skip 1
  9. endif
  10. echo "Ensure that the Coverdisk is in your second drive and that the spare"
  11. echo "pre-formatted disk is in the internal drive (df0:)."
  12. ask "Press return when you are ready..."
  13. X-DVE_1:unlzx -f x x-dve_1:gfx.lzx df0:
  14. X-DVE_1:unlzx -f x x-dve_1:extras.lzx df0:
  15. echo "Ensure the main program XDVE is installed using the Installer."
  16. echo "Read the magazine for details."
  17. ask "Press return to end..."
  18. lab 1
  19.