home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 February
/
PCWK0296.iso
/
sharewar
/
dos
/
narzedzi
/
focuscop
/
standard.bat
< prev
next >
Wrap
DOS Batch File
|
1994-12-17
|
607b
|
28 lines
@echo off
echo.
echo ■■ INSTALLATION EINER NEUEN FOCUS-COPY-OBERFLÄCHE
echo.
IF not exist STANDARD.OF1 goto NOFILE
IF not exist STANDARD.OF2 goto NOFILE
copy STANDARD.OF1 FOCUS30.OF1
copy STANDARD.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 STANDARD.OF1 und/oder STANDARD.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