home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / The_Light_Works / Reflections_Demo / install2 < prev    next >
AmigaDOS Script File  |  1995-02-04  |  2KB  |  53 lines

  1. .key ziel
  2. .bra {
  3. .ket }
  4. ECHO "*NDie Installation von Reflections2.0 läuft ...*N"
  5.  
  6. COPY "TLW:Reflections_Demo/Demo_Lies_Mich#?" "{ziel}Reflections2.0"
  7. COPY "TLW:Reflections_Demo/Manager#?" "{ziel}Reflections2.0"
  8. Makedir >NIL: "{ziel}Reflections2.0/Reflections"
  9. COPY >NIL: "TLW:Reflections_Demo/Reflections.info" "{ziel}Reflections2.0"
  10. COPY "TLW:Reflections_Demo/Reflections/Construct#?" "{ziel}Reflections2.0/Reflections"
  11. COPY "TLW:Reflections_Demo/Reflections/Beams#?" "{ziel}Reflections2.0/Reflections"
  12. COPY "TLW:Reflections_Demo/Reflections/Show#?" "{ziel}Reflections2.0/Reflections"
  13. COPY "TLW:Reflections_Demo/Reflections/Get_IFF#?" "{ziel}Reflections2.0/Reflections"
  14. COPY "TLW:Reflections_Demo/Reflections/Grid#?" "{ziel}Reflections2.0/Reflections"
  15.  
  16. Makedir >NIL: "{ziel}Reflections2.0/Reflections/Bild"
  17. COPY >NIL: "TLW:Reflections_Demo/Reflections/Bild.info" "{ziel}Reflections2.0/Reflections"
  18.  
  19. Makedir >NIL: "{ziel}Reflections2.0/Reflections/IFF"
  20. COPY >NIL: "TLW:Reflections_Demo/Reflections/IFF.info" "{ziel}Reflections2.0/Reflections"
  21.  
  22. Makedir >NIL: "{ziel}Reflections2.0/Reflections/Mat"
  23. COPY >NIL: "TLW:Reflections_Demo/Reflections/Mat.info" "{ziel}Reflections2.0/Reflections"
  24. COPY "TLW:Reflections_Demo/Reflections/Mat/#?" "{ziel}Reflections2.0/Reflections/Mat"
  25.  
  26. Makedir >NIL: "{ziel}Reflections2.0/Reflections/Szenen"
  27. COPY >NIL: "TLW:Reflections_Demo/Reflections/Szenen.info" "{ziel}Reflections2.0/Reflections"
  28. COPY "TLW:Reflections_Demo/Reflections/Szenen/#?" "{ziel}Reflections2.0/Reflections/Szenen"
  29.  
  30. Makedir >NIL: "{ziel}Reflections2.0/Reflections/Text"
  31. COPY >NIL: "TLW:Reflections_Demo/Reflections/Text.info" "{ziel}Reflections2.0/Reflections"
  32.  
  33. Makedir >NIL: "{ziel}Reflections2.0/Reflections/Util"
  34. COPY >NIL: "TLW:Reflections_Demo/Reflections/Util.info" "{ziel}Reflections2.0/Reflections"
  35. COPY "TLW:Reflections_Demo/Reflections/Util/#?" "{ziel}Reflections2.0/Reflections/Util"
  36.  
  37. echo >RAM:RefInstAdd "*NAssign REF: *"{ziel}Reflections2.0*"*N"
  38.  
  39. IF EXISTS S:user-startup
  40.   TLW:Reflections_Demo/c/GASK "*NDie Datei s:user-startup modifizieren (<j>=ja / <n>=nein)?"
  41.   IF WARN
  42.       RENAME S:user-startup S:user-startup.old
  43.       JOIN S:user-startup.old RAM:RefInstAdd AS S:user-startup
  44.       IF EXISTS S:user-startup
  45.         DELETE >nil: S:user-startup.old
  46.       ELSE
  47.         RENAME >nil: s:user-startup.old s:user-startup
  48.         ECHO "Warnung: User-Startup konnte nicht verändert werden!"
  49.       ENDIF
  50.    ENDIF
  51. ENDIF
  52. ECHO "Fertig !!"
  53.