home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / updates+patches / edpatchdiskdeu / install_elasticdreams < prev   
Text File  |  1998-06-02  |  2KB  |  80 lines

  1. ; $VER: ElasticDreams_Update 1.000 (17.12.97)
  2. ; Script to update ElasticDreams
  3.  
  4. (complete 0)
  5. (user 1)
  6.  
  7. ;=============================================================================
  8. ; English strings
  9.  
  10. (set default_lang 4)
  11.  
  12. (set #bad-kick "ElasticDreams needs Amiga-OS 3.0 or higher")
  13.  
  14. (set UpDateElasticDreamsProg "Updating ElasticDreams release 1.1 main program...")
  15.  
  16. ;=============================================================================
  17. ; German strings
  18.  
  19. (if   (= @language "deutsch")
  20. (
  21.  (set default_lang 2)
  22.  
  23.  (set #bad-kick "ElasticDreams benötigt mindestens Amiga-OS 3.0 oder höher")
  24.  
  25.  (set InstallElasticDreamsProg "Installiere ElasticDreams Hauptprogramm...")
  26.  
  27. ))
  28.  
  29. (if (> (* 37 65536) (getversion "exec.library" (resident)))
  30.         (abort #bak-kick)
  31. )
  32.  
  33. (welcome)
  34. (set old_level @user-level)
  35.  
  36.  
  37. (set ElasticDreamsDir "ElasticDreams:")
  38.  
  39. (set target ElasticDreamsDir)
  40.  
  41. (set LoaderDir        (tackon ElasticDreamsDir "Loader"))
  42. (set SaverDir        (tackon ElasticDreamsDir "Saver"))
  43. (set ViewerDir        (tackon ElasticDreamsDir "Viewer"))
  44. (set RexxDir        (tackon ElasticDreamsDir "Rexx"))
  45. (set ToolsDir        (tackon ElasticDreamsDir "Tools"))
  46.  
  47. (complete 15)
  48.  
  49. (run "c/spatch -oram:ElasticDreams -pPatchFiles/ElasticDreamsD.pch ElasticDreamsCD:ElasticDreamsDeutsch"
  50.   (prompt "ElasticDreams updating, please wait...")
  51.   (help "Keine Hilfe verfügbar.")
  52. )
  53.  
  54. (complete 40)
  55.  
  56. (run "ElasticDreamsCD:c/Registrierung"
  57.    (prompt "ElasticDreams registrieren...")
  58.    (help "Keine Hilfe verfügbar.")
  59. )
  60.  
  61. (complete 60)
  62.  
  63. (copyfiles
  64.     (prompt "Updating ElasticDreams main program...")
  65.     (help @copyfiles-help)
  66.     (source "ram:ElasticDreams")
  67.     (dest ElasticDreamsDir)
  68.     (confirm)
  69. )
  70.  
  71. (complete 80)
  72.  
  73. (run "ElasticDreamsCD:c/delete ram:ElasticDreams"
  74.        (prompt "Delete ram:ElasticDreams...")
  75.        (help "Keine Hilfe verfügbar.")
  76. )
  77.  
  78.  
  79. (complete 100)
  80.