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 >
DOS Batch File  |  1993-04-20  |  2KB  |  68 lines

  1. @ echo off
  2. cls
  3. echo                   ****   EDV-Service   *   A. Wöcherl   ****
  4. echo.
  5. echo.
  6. echo.
  7. echo.
  8. echo.
  9. echo  Bitte warten
  10. echo  Die Dateien werden auf Ihre Festplatte kopiert
  11. echo.
  12. echo  ^C = Abbruch
  13. if not exist c:\adr_wl md c:\adr_wl>NUL
  14. if exist c:\adr_wl\*.drv del c:\adr_wl\*.drv>NUL
  15. if exist c:\adr_wl\*.sys del c:\adr_wl\*.sys>NUL
  16. if exist c:\adr_wl\*.ntx del c:\adr_wl\*.ntx>NUL
  17. if exist c:\adr_wl\*.exe del c:\adr_wl\*.exe>NUL
  18. if exist c:\adr_wl\*.bat del c:\adr_wl\*.bat>NUL
  19. if exist c:\adr_wl\*.com del c:\adr_wl\*.com>NUL
  20. if exist c:\adr_wl\prnt_*.* del c:\adr_wl\prnt_*.*>NUL
  21. if exist c:\adr_wl\?????fil.* del c:\adr_wl\?????fil.*>NUL
  22. if exist c:\adr_wl\?????son.* del c:\adr_wl\?????son.*>NUL
  23. if exist c:\adr_wl\hilfe.* del c:\adr_wl\hilfe.*
  24. if exist c:\adr_wl\adr__hpt.dbf ren c:\adr_wl\adr__hpt.dbf adr.dbf>NUL
  25. if exist c:\adr_wl\adr__hpt.dbt ren c:\adr_wl\adr__hpt.dbt adr.dbt>NUL
  26. if exist c:\adr.bat del c:\adr.bat>NUL
  27. copy *.* c:\adr_wl>NUL
  28. c:>NUL
  29. cd \adr_wl>NUL
  30. cls
  31. echo.
  32. echo                   ****   EDV-Service   *   A. Wöcherl   ****
  33. echo.
  34. echo.
  35. echo.
  36. echo.
  37. echo.
  38. echo  Bitte warten
  39. echo  Die Dateien werden entkomprimiert          LHA 2.13 (c) Yoshizaki, 88-91
  40. echo  
  41. echo  ^C = Abbruch
  42. adr>NUL
  43. del adr.exe>NUL
  44. copy adr.bat c:\>NUL
  45. cd \
  46. cls
  47. echo.
  48. echo                   ****   EDV-Service   *   A. Wöcherl   ****
  49. echo.
  50. echo.
  51. echo                  ******* Installation  abgeschlossen. *******
  52. echo.
  53. echo.
  54. echo                Sie können jetzt das Programm durch Eingabe von
  55. echo                                  adr starten.
  56. echo.
  57. echo.
  58. echo        Um das Programm ordnungsgemäß betreiben zu können muß in der Datei
  59. echo   'config.sys' (diese Datei befindet sich im Hauptverzeichnis Ihres Computers)
  60. echo                  ein 'File-Wert' von mindestens 40 eingetragen sein.    
  61. echo.
  62. echo.
  63. echo                    Sie können die Änderung falls notwendig aus dem
  64. echo                            laufenden Programm aus vornehmen.
  65. echo.
  66. echo.
  67. echo.
  68.