home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / sharewar / dos / narzedzi / focuscop / leder.bat < prev    next >
DOS Batch File  |  1994-12-17  |  589b  |  28 lines

  1. @echo off
  2.  
  3. echo.
  4. echo ■■ INSTALLATION EINER NEUEN FOCUS-COPY-OBERFLÄCHE
  5. echo.
  6.  
  7. IF not exist LEDER.OF1 goto NOFILE
  8. IF not exist LEDER.OF2 goto NOFILE
  9.  
  10. copy LEDER.OF1 FOCUS30.OF1
  11. copy LEDER.OF2 FOCUS30.OF2
  12.  
  13. echo.
  14. echo ■ Die neue Oberfläche ist erfolgreich erstellt worden.
  15. echo.
  16.  
  17. GOTO ENDE
  18.  
  19. :NOFILE
  20. echo ■■ FEHLER AUFGETRETEN !!
  21. echo ■ Es fehlen die Dateien LEDER.OF1 und/oder LEDER.OF2 um die gewünschte
  22. echo   Oberfläche zu erstellen!
  23. echo ■ Installieren Sie FOCUS-COPY V3.0 neu von Ihrer Installationsdiskette und
  24. echo   versuchen Sie es erneut.
  25. echo.
  26.  
  27. :ENDE
  28.