home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
swCHIP 1991 January
/
swCHIP_95-1.bin
/
chip
/
copy
/
hdcp20ae
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1995-12-11
|
1KB
|
24 lines
@ECHO OFF
IF EXIST HDCINST.EXE GOTO install
ECHO ┌───────────────────────────────────────────────────┐
ECHO │ Please change to your disk drive, e.g. │
ECHO │ A: │
ECHO │ then type │
ECHO │ INSTALL │
ECHO │ and press the enter key. │
ECHO │ Now please follow the instructions which are │
ECHO │ displayed on the screen. │
ECHO ├───────────────────────────────────────────────────┤
ECHO │ Bitte wechseln Sie auf Ihr Diskettenlaufwerk, z.B.│
ECHO │ A: │
ECHO │ dann geben Sie ein │
ECHO │ INSTALL │
ECHO │ und drücken Sie die Eingabetaste (Enter). │
ECHO │ Nun folgen Sie bitte den Anweisungen, die auf dem │
ECHO │ Bildschirm angezeigt werden. │
ECHO └───────────────────────────────────────────────────┘
GOTO eof
:install
HDCINST
:eof