home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / a / amiga_vision_professional / amigavisionprofessiv2.04a.dms / in.adf / Install_AV < prev    next >
Encoding:
Text File  |  1992-12-01  |  2.1 KB  |  86 lines

  1.  
  2. (complete 0)
  3.  
  4.  
  5. ;=============================================================================
  6. ; say hi!
  7. (welcome)
  8.  
  9.  
  10. ;=============================================================================
  11. ; get location where the thing should go
  12. (set target (askdir (prompt "Where you want the AmigaVision drawer installed?")
  13.                     (help "This install procedure will create a drawer "
  14.                           "called AmigaVision within the drawer or "
  15.                           "partition you specify.\n\n"
  16.                           @askdir-help)
  17.                     (default @default-dest)
  18.             )
  19. )
  20.  
  21. (set target (tackon target "AmigaVision"))
  22. (set @default-dest target)
  23. (makedir target (infos))
  24.  
  25.  
  26. ;=============================================================================
  27. ; copy files to target
  28.  
  29. (copylib (source "AV_Install:Libs/camd.library")
  30.          (dest "LIBS:")
  31. )
  32.  
  33. (complete 10)
  34.  
  35. (copylib (source "AV_Install:Libs/realtime.library")
  36.          (dest "LIBS:")
  37. )
  38.  
  39. (complete 20)
  40.  
  41. (copyfiles (source "AV_Install:AV_Text")
  42.            (dest (tackon target "AV_Text"))
  43.            (pattern "#?")
  44. )
  45.  
  46. (complete 30)
  47.  
  48. (copyfiles (source "AV_Install:AV_Help")
  49.            (dest (tackon target "AV_Help"))
  50.            (pattern "#?")
  51. )
  52.  
  53. (complete 50)
  54.  
  55. (askdisk (prompt "\n\n\nPlease insert the AV_Program disk in any floppy drive.")
  56.          (help "Find the floppy disk labeled 'AV_Program' and insert it "
  57.                "into a floppy drive. \n\n"
  58.                @askdisk-help)
  59.          (dest "AV_Program")
  60. )
  61.  
  62. (copyfiles (source "AV_Program:AV")
  63.            (dest target)
  64. )
  65.  
  66. (complete 95)
  67.  
  68. (copyfiles (source "AV_Program:AV.info")
  69.            (dest target)
  70. )
  71.  
  72. (complete 98)
  73.  
  74. (startup "AmigaVision" (prompt "\nAn assignment for AmigaVision: needs to be "
  75.                                "added to your system. This will be done by "
  76.                                "modifying your user-startup or startup-sequence "
  77.                                "files."
  78.                        )
  79.                        (help @startup-help)
  80.                        (command "Assign AmigaVision: " target "\n")
  81. )
  82.  
  83. (makeassign "AmigaVision" target)
  84.  
  85. (complete 100)
  86.