home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 February
/
PCWK0296.iso
/
sharewar
/
dos
/
narzedzi
/
focuscop
/
blech.bat
next >
Wrap
DOS Batch File
|
1994-12-17
|
589b
|
28 lines
@echo off
echo.
echo ■■ INSTALLATION EINER NEUEN FOCUS-COPY-OBERFLÄCHE
echo.
IF not exist BLECH.OF1 goto NOFILE
IF not exist BLECH.OF2 goto NOFILE
copy BLECH.OF1 FOCUS30.OF1
copy BLECH.OF2 FOCUS30.OF2
echo.
echo ■ Die neue Oberfläche ist erfolgreich erstellt worden.
echo.
GOTO ENDE
:NOFILE
echo ■■ FEHLER AUFGETRETEN !!
echo ■ Es fehlen die Dateien BLECH.OF1 und/oder BLECH.OF2 um die gewünschte
echo Oberfläche zu erstellen!
echo ■ Installieren Sie FOCUS-COPY V3.0 neu von Ihrer Installationsdiskette und
echo versuchen Sie es erneut.
echo.
:ENDE