home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 26 / amigaformatcd26.iso / -screenplay- / hd_installers / sperisleg2hd / sperisinstall < prev    next >
Text File  |  1998-03-09  |  1KB  |  61 lines

  1. ;$VER:Speris Legacy [AGA] Install v1.0 by ^StE3l^-^tHE oRB^ !
  2. (complete 0)
  3. (set @default-dest "HD1:")
  4. (set #Text1
  5. (cat "\n\nWelcome to \n"
  6. "Speris Legacy [AGA] HD Installer\n\n\n"
  7. "Cracked by Prodigy, trained by Insane.\n\n"
  8. "Installer done by ^StE3l^ - tHE oRB!\n\n"
  9. ))(set #Text2
  10. (cat "Warning !\n\n\n"
  11. "Speris Legacy [AGA] requires 3.5 MB space on your HD! \n\n\n\n"
  12. ))(set #Text3
  13. (cat "Select the target directory. A directory called >Speris< will "
  14. "be created there."
  15. ))(set #Help1
  16. (cat "\nThis section lets you choose the "
  17. "target directory to install Speris Legacy [AGA]. \n\n"
  18. "A directory Speris will be created there.\n\n"
  19. "Default is HD1:\n\n\n"
  20. @askdir-help
  21. ))
  22. (message #Text1)
  23. (message #Text2)
  24. (set target 
  25. (askdir (prompt #Text3) (help #Help1) (default @default-dest) (newpath)
  26. ))
  27. (makedir (tackon target "Speris")(infos))
  28. (set @default-dest target)
  29. (copyfiles
  30. (prompt "Copying to " #target)
  31. (help @copy-files-help)
  32. (source "Speris-1:")
  33. (dest (tackon target "Speris"))
  34. (pattern "#?")
  35. )
  36. (complete 25)
  37. (copyfiles
  38. (prompt "Copying to " #target)
  39. (help @copy-files-help)
  40. (source "Speris-2:")
  41. (dest (tackon target "Speris"))
  42. (pattern "#?")
  43. )
  44. (complete 50)
  45. (copyfiles
  46. (prompt "Copying to " #target)
  47. (help @copy-files-help)
  48. (source "Speris-3:")
  49. (dest (tackon target "Speris"))
  50. (pattern "#?")
  51. )
  52. (complete 75)
  53. (copyfiles
  54. (prompt "Copying to " #target)
  55. (help @copy-files-help)
  56. (source "Speris-4:")
  57. (dest (tackon target "Speris"))
  58. (pattern "#?")
  59. )
  60. (complete 100)
  61.