home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo ******************************************************************************
- echo Installationsroutine zu DM-Boot 2.0
- echo ******************************************************************************
- echo.
- if %1"==" Goto fehler
- echo.
- echo Bitte haben Sie jetzt etwas Geduld,es dauert etwas,denn es müssen einige
- echo Dateien kopiert werden und andere Eistellungen vorgenommen werden !
- echo.
- md %1\DM
- copy *.EXE %1\DM >nul
- copy *.COM %1\DM >NUL
- copy *.BAT %1\DM >nul
- copy *.DOK %1\DM >nul
- del %1\DM\install.bat
- copy %1\CONFIG.SYS %1\DM\config.OLD >nul
- copy %1\AUTOEXEC.BAT %1\DM\autoexec.OLD >nul
- copy CONF+%1\CONFIG.SYS+AUTO+%1\AUTOEXEC.BAT %1\DM\STANDARD.DMC >nul
- copy AUTOEXEC.BAT %1\ >nul
- copy CONFIG.SYS %1\ >nul
- copy AUTO %1\DM >nul
- copy CONF %1\DM >nul
- copy AUTOEXEC.BAT %1\DM\*.DMB >nul
- copy CONFIG.SYS %1\DM\*.DMB >nul
- cls
- echo.
- echo.
- echo Die Installation ist abgeschlossen. Es wurde die Konfigurationsdatei
- echo STANDARD eingerichtet,die Ihre alte Konfiguration enthält.
- echo Wollen Sie das Programmpaket wieder entfernen,so starten Sie die
- echo Batch-Datei UNINSTAL.BAT mit
- echo \DM\UNINSTAL
- Echo.
- echo Um in das Boot-Menu zu gelangen,gibt es 2 Möglichkeiten :
- echo 1. RESET oder Ctrl-Alt-Del
- echo 2. Aufruf von DM-Boot mit \DM\DMB
- echo.
- echo.
- goto ende
- :fehler
- echo.
- echo Installation aufrufen mit INSTALL ziellaufwerk
- echo Bsp. INSTALL C:
- echo.
- echo.
- :ende
-