home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaDemoCD1.iso / DEMOS / move1a.dms / in.adf / Install < prev   
Encoding:
Text File  |  1995-07-19  |  3.2 KB  |  122 lines

  1. ; $VER: DOOM-Move your body Musikdemo vom 16.07.95
  2. ; Script zum Installieren von -Move your body- auf Festplatte
  3. ; © Devil of DOOM
  4.  
  5. (complete 0)
  6.  
  7. (set cpu-type (database "cpu"))
  8. (set fdversion 0)
  9. (if (<> cpu-type "68000")
  10.     (
  11.         (if (= cpu-type "68020")
  12.             (
  13.                 (set fdversion 1)
  14.             )
  15.         )
  16.     )
  17. )
  18.  
  19. (message "Install MOVE YOUR BODY V1.0\n\nWith this program you can\n install the musicproduction from DOOM \n on a harddisk.\n It will be create a new drawer called Move_your_body during the installation. \n This production need 2 MB Chip-Mem and 3 MB on your harddisk to run.")
  20. (welcome)
  21.  
  22. (set default-dest
  23.     (askdir
  24.         (prompt "Please select a partition for Move your body.")
  25.         (help @askdir-help)
  26.         (default "WORK:")
  27.     )
  28. )
  29.  
  30. (set xdest ("%sMove_your_body" default-dest))
  31. (makedir xdest (infos))
  32.  
  33. (set xdest2 ("%sMove_your_body/Data" default-dest))
  34. (makedir xdest2 (infos))
  35.  
  36. (copyfiles
  37.     (prompt "Copy \"LHX\" to RAM DISK...")
  38.     (source "Move_your_body_Disk1:C/LHX")
  39.     (dest "RAM:")
  40. )
  41.  
  42. (copyfiles
  43.     (prompt "Copy \"IconX\" to WB Directory...")
  44.     (source "Move_your_body_Disk1:C/IconX")
  45.     (dest "DH0:C/")
  46. )
  47.  
  48. (complete 20)
  49.  
  50.     (
  51.         (working "Decrunching the musicproduction MOVE YOUR BODY ")
  52.         (run
  53.             ("RAM:LHX -E -N x %s \"%s/\"" "Move_your_body_Disk1:data3.lha" xdest2)
  54.                 )
  55.         )
  56.  
  57. (complete 30)
  58.         
  59.         (
  60.                 (working "Decrunching the musicproduction MOVE YOUR BODY ")
  61.         (run                   
  62.                         ("RAM:LHX -E -N x %s \"%s/\"" "Move_your_body_Disk1:data5.lha" xdest)
  63.                 )
  64.         )
  65.  
  66. (complete 45)                                                                           
  67.  
  68.     (
  69.         (askdisk sourcedrive
  70.             (prompt "\nPlease insert the disk labeled \"Move_your_body_Disk2\" in any drive.")
  71.                         (help @askdisk-help)
  72.             (dest "Move_your_body_Disk2")
  73.                         (assigns)
  74.             
  75.         )
  76.         
  77.         
  78.                 (working "Decrunching the musicproduction MOVE YOUR BODY ")
  79.         (run                   
  80.                         ("RAM:LHX -E -N x %s \"%s/\"" "Move_your_body_Disk2:data2.lha" xdest2)                 
  81.    
  82.                 )
  83.  
  84.     )
  85.  
  86. (complete 60)
  87.  
  88.         (
  89.  
  90.         (askdisk sourcedrive
  91.             (prompt "\nPlease insert the disk labeled \"Move_your_body_Disk3\" in any drive.")
  92.                         (help @askdisk-help)
  93.             (dest "Move_your_body_Disk3")
  94.                         (assigns)
  95.             
  96.         )
  97.  
  98.                 (working "Decrunching the musicproduction MOVE YOUR BODY ")
  99.         (run                   
  100.                         ("RAM:LHX -E -N x %s \"%s/\"" "Move_your_body_Disk3:data4.lha" xdest)                 
  101.                 )
  102.  
  103.     )                                                                                                                                                                         
  104.  
  105. (complete 80)                                                                    
  106.  
  107.         (
  108.                 (working "Decrunching the musicproduction MOVE YOUR BODY ")
  109.         (run                   
  110.                         ("RAM:LHX -E -N x %s \"%s/\"" "Move_your_body_Disk3:data1.lha" xdest2)                 
  111.                 )
  112.  
  113.     )
  114.  
  115. (complete 95)
  116. (run "C:DELETE RAM:LHA")
  117. (complete 100)
  118.  
  119. (message "The installation of Move your body was successfull.\n\nN-Joy the music and move your body.\n")
  120.  
  121. (exit (quiet))
  122.