home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / compressed / misc / ahnentafel.dms / ahnentafel.adf / Festplatteninstallation < prev    next >
Text File  |  1994-06-21  |  710b  |  42 lines

  1. ; Ahnentafel Installationsscript
  2. ; $VER: Ahnentafel-Install 1.0
  3.  
  4. (complete 0)
  5.  
  6. (set InstallDir
  7.    (askdir
  8.       (prompt "Wohin soll 'Ahnentafel' installiert werden?")
  9.       (help @askdir-help)
  10.       (default "T:")
  11.    )
  12. )
  13.  
  14. (Set DestDir 
  15.    (tackon InstallDir "Ahnentafel")
  16. )
  17.  
  18. (Set @default-dest
  19.    DestDir
  20. )
  21.  
  22. (makedir
  23.    DestDir 
  24.    (infos)
  25. )
  26.  
  27. (if
  28.    (DestDir
  29.       (copyfiles
  30.          (prompt "Kopiere die nötigen Dateien")
  31.          (help @copyfiles-help)
  32.          (source "")
  33.          (dest DestDir)
  34.          (choices "Ahnentafel" "Bilder" "Texte" "Daten" "ATDefaultIcon.info" "Ahnentafel.guide" "Catalogs" "LiesMich.TXT" "Ahnentafel.pref" )
  35.          (infos)
  36.          (confirm)
  37.       )
  38.    )
  39. )
  40.  
  41. (complete 100)
  42.