home *** CD-ROM | disk | FTP | other *** search
/ Merciful 3 / Merciful_Release_3.bin / software / l / lost_on_parrot_island / lostonparrotisland1.dms / lostonparrotisland1.adf / Install_English < prev    next >
Text File  |  1996-01-03  |  1KB  |  31 lines

  1. ; $VER DC-Install 1.8 (14.06.95)
  2. ; Copyright © 1996 Frank Otto
  3.  
  4. (set DrawerNameParent @default-dest)
  5.     (
  6.         (complete 0)
  7.         (set DrawerNameParent
  8.              (askdir
  9.                  (prompt "In which directory is Lost On Parrot Island to be installed? About 3 MByte of free space are needed.\n(A directory called \"ParrotIsland\" will be created)")
  10.                  (help @askdir-help)
  11.                  (default DrawerNameParent)
  12.              )
  13.         )
  14.         (set DrawerName (tackon DrawerNameParent "ParrotIsland"))
  15.         (complete 2)
  16.         (makedir DrawerName (infos)
  17.         )
  18.         (message "\nUnpacking files. This can take some time.")
  19.         (run (":C/LhX x ParrotIsland1.lha \"%s/\"" DrawerName))
  20.         (complete 50)
  21.         (askdisk (prompt "\nPlease insert disk 2 now.")
  22.             (Dest "ParrotIsland2")
  23.             (Help "Insert disk 2 now, because the needed files have to be installed.")
  24.         )
  25.         (run ("ParrotIsland2:C/LhX x ParrotIsland2:ParrotIsland2.lha \"%s/\"" DrawerName))
  26.         (complete 90)
  27. )
  28. (complete 100)
  29. (message "\nLost On Parrot Island was succesfully installed.\nYou'll find the game at \"" DrawerName "\".\n\nPlease remember this is the complete game so don't copy it!\n\nCopyright © 1996 Frank Otto")
  30. (exit (quiet))
  31.