home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 February
/
PCWK0296.iso
/
sharewar
/
dos
/
narzedzi
/
hdcopy
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1995-01-12
|
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