home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / The_Light_Works / Reflections_Demo / HD-Install < prev    next >
AmigaDOS Script File  |  1995-02-04  |  740b  |  31 lines

  1. .key ziel
  2. .bra {
  3. .ket }
  4. FAILAT 50
  5. IF "{ziel}" EQ ""
  6.    TYPE TLW:Reflections_Demo/Anleit
  7.    ASK "Bitte <RETURN> drücken."
  8.    SKIP End
  9. ENDIF
  10. "TLW:Reflections_Demo/c/GASK" "*NReflections2.0 nach '{ziel}' installieren (<j>=ja / <n>=nein) ?"
  11. IF WARN 
  12.    Makedir >NIL: "{ziel}/Reflections2.0"
  13.    IF EXISTS "{ziel}/Reflections2.0"
  14.  
  15.       Makedir >NIL: "{ziel}/Reflections2.0/Reflections"
  16.  
  17.       COPY "TLW:Reflections_Demo/Reflections.info" "{ziel}/Reflections2.0.info"
  18.  
  19.       Execute "TLW:Reflections_Demo/Install2" "{ziel}/"
  20.    ELSE
  21.       Makedir >NIL: "{ziel}Reflections2.0"
  22.  
  23.       COPY "TLW:Reflections_Demo/Reflections.info" "{ziel}Reflections2.0.info"
  24.  
  25.       Execute "TLW:Reflections_Demo/Install2" "{ziel}"
  26.    ENDIF
  27. ENDIF
  28.  
  29. LAB End
  30. FAILAT 10
  31.