home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1996 July / AMIGA_1996_7.BIN / demos / prodad-demos / animage / prüfe_main_def < prev    next >
Text File  |  1995-10-11  |  533b  |  24 lines

  1. ECHO "-------------------------------------------"
  2. ECHO "--- Main.def wird geprüft              ----"
  3. ECHO "-------------------------------------------"
  4.  
  5. FailAt 41
  6.  
  7. version Main.def 1 0
  8. IF WARN
  9.  echo "Die Datei <Main.def> ist älter als Verion 1."
  10.  echo "Main.def wird neu erzeugt. Die alte Datei"
  11.  echo "wird nach Main.def_old_1 kopiert."
  12.  COPY >nil: Main.def Main.def_old_1
  13.  COPY Prefs/Main.def Main.def
  14.  
  15. ELSE
  16.  echo "Die Datei <Main.def> entspricht der Verion 1."
  17.  echo "Alles in Ordnung."
  18. ENDIF
  19.  
  20. echo ""
  21. c:ask "<RETURN> - Taste"
  22.  
  23.  
  24.