home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of German Only 2
/
romside_best_of_german_only_2.iso
/
dos
/
anwender
/
adresen_
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1993-04-20
|
2KB
|
68 lines
@ echo off
cls
echo **** EDV-Service * A. Wöcherl ****
echo.
echo.
echo.
echo.
echo.
echo Bitte warten
echo Die Dateien werden auf Ihre Festplatte kopiert
echo.
echo ^C = Abbruch
if not exist c:\adr_wl md c:\adr_wl>NUL
if exist c:\adr_wl\*.drv del c:\adr_wl\*.drv>NUL
if exist c:\adr_wl\*.sys del c:\adr_wl\*.sys>NUL
if exist c:\adr_wl\*.ntx del c:\adr_wl\*.ntx>NUL
if exist c:\adr_wl\*.exe del c:\adr_wl\*.exe>NUL
if exist c:\adr_wl\*.bat del c:\adr_wl\*.bat>NUL
if exist c:\adr_wl\*.com del c:\adr_wl\*.com>NUL
if exist c:\adr_wl\prnt_*.* del c:\adr_wl\prnt_*.*>NUL
if exist c:\adr_wl\?????fil.* del c:\adr_wl\?????fil.*>NUL
if exist c:\adr_wl\?????son.* del c:\adr_wl\?????son.*>NUL
if exist c:\adr_wl\hilfe.* del c:\adr_wl\hilfe.*
if exist c:\adr_wl\adr__hpt.dbf ren c:\adr_wl\adr__hpt.dbf adr.dbf>NUL
if exist c:\adr_wl\adr__hpt.dbt ren c:\adr_wl\adr__hpt.dbt adr.dbt>NUL
if exist c:\adr.bat del c:\adr.bat>NUL
copy *.* c:\adr_wl>NUL
c:>NUL
cd \adr_wl>NUL
cls
echo.
echo **** EDV-Service * A. Wöcherl ****
echo.
echo.
echo.
echo.
echo.
echo Bitte warten
echo Die Dateien werden entkomprimiert LHA 2.13 (c) Yoshizaki, 88-91
echo
echo ^C = Abbruch
adr>NUL
del adr.exe>NUL
copy adr.bat c:\>NUL
cd \
cls
echo.
echo **** EDV-Service * A. Wöcherl ****
echo.
echo.
echo ******* Installation abgeschlossen. *******
echo.
echo.
echo Sie können jetzt das Programm durch Eingabe von
echo adr starten.
echo.
echo.
echo Um das Programm ordnungsgemäß betreiben zu können muß in der Datei
echo 'config.sys' (diese Datei befindet sich im Hauptverzeichnis Ihres Computers)
echo ein 'File-Wert' von mindestens 40 eingetragen sein.
echo.
echo.
echo Sie können die Änderung falls notwendig aus dem
echo laufenden Programm aus vornehmen.
echo.
echo.
echo.