home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Taifun Collection
/
Taifun_Collection_Vol_1.iso
/
richter
/
8058
/
8058.mhs
/
RICHTER.DTP
/
CTOEA
/
INSTAP.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-05-07
|
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\ap\*.* md %1\ap
copy \ap.bat %1\ctoea.bat
copy \eaap.bat %1\eaHB.bat
copy \archive.exe %1\ap /v
%1
cd\ap
archive
del %1\ap\archive.exe
if exist %1\ap\kinst.mem del %1\ap\kinst.mem
cd\
echo
echo ***********************************************************************
echo * Das Programm ist installiert Starten mit Befehl: CTOEA *
echo * Handbuch lesen Starten 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:\AP *
echo ***************************************************************
echo
:end