home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of German Only 1
/
romside_best_of_german_only_1.iso
/
branchen
/
ctoea
/
insthp.bat
< prev
next >
Wrap
DOS Batch File
|
1993-02-15
|
2KB
|
45 lines
ECHO OFF
if /== %1/ goto end2
cls
echo ***********************************************************************
echo * *
echo * A C H T U N G ! *
echo * Die Installation sollte n u r von einer schreibgeschützen *
echo * S i c h e r u n g s k o p i e *
echo * durchgeführt werden !!! *
echo * *
echo ***********************************************************************
echo * Die Installation kann jetzt noch mit «STRG+C» abgebrochen werden ! *
echo ***********************************************************************
echo
pause
cls
if not exist %1\HP\*.* md %1\HP
copy \HP.bat %1\ctoea.bat
copy \eaHP.bat %1\eaHB.bat
copy \archive.exe %1\HP /v
%1
cd\HP
archive
del %1\HP\archive.exe
if exist %1\HP\kinst.mem del %1\HP\kinst.mem
cd\
echo
echo ***********************************************************************
echo * Das Programm ist installiert Starten mit Befehl: CTOEA *
echo * Ein Handbuch kann gelesen werden mit Befehl: EAHB *
echo * Starten Sie das Programm und führen Sie eine Reorganisation durch! *
echo ***********************************************************************
echo
goto end
:end2
cls
echo
echo ***************************************************************
echo * Parameter C: [D:] [E:] [F:] ... fehlt *
echo * Syntax: INSTap [ZIELLAUFWERK] *
echo * Bsp.: «install C:» installiert vom aktuellen Laufwerk *
echo * auf die Festplatte C:\HP *
echo ***************************************************************
echo
:end