home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 2 / romside_best_of_german_only_2.iso / dos / finabusi / wws / wws.bat < prev   
DOS Batch File  |  1993-12-05  |  4KB  |  108 lines

  1. @cls
  2. @echo off
  3. @echo.
  4. @echo.
  5. @echo             Autor: W.R.Nitsche Telefon: 07221-85176 Fax: 07221-83176
  6. @echo.
  7. @echo      ╔═══════════════════════════════════════════════════════════════════╗
  8. @echo      ║                                                                   ║
  9. @echo      ║            ┌──────┐  ┌───────┐   ┌───────┐   ┌────────  ┌─┐       ║
  10. @echo      ║            │      │  │       │   │       │   │          └─┘       ║
  11. @echo      ║            │      │  │       │   │       │   │           │        ║
  12. @echo      ║            ├──────┘  ├────┬──┘   │       │   ├───────    │        ║
  13. @echo      ║            │         │    │      │       │   │           │        ║
  14. @echo      ║           ─┴─       ─┴─  ─┴─     └───────┘  ─┴─         ─┴─       ║
  15. @echo      ║                                                                   ║
  16. @echo      ║                                                                   ║
  17. @echo      ║                                                                   ║
  18. @echo      ║        ╔═══════╗   ╔═══════╗     ╔════════╗     ╔══════╦═════╗    ║
  19. @echo      ║        ║       ║   ║       ║     ║              ║      ║     ║    ║
  20. @echo      ║        ║     ══╝   ║       ║     ║                     ║          ║
  21. @echo      ║        ║           ║       ║     ╠══════               ║          ║
  22. @echo      ║        ║           ║       ║     ║                     ║          ║
  23. @echo      ║  ╔═    ║           ║       ║     ║                     ║          ║
  24. @echo      ║  ╚═════╝           ╚═══════╝    ═╩═                   ═╩═         ║
  25. @echo      ║                                                                   ║
  26. @echo      ╚═══════════════════════════════════════════════════════════════════╝
  27. @pause
  28. cls
  29. @echo off
  30. @echo              Installationsprogramm für Festplatte "C:"
  31. @echo      Dieses Programm erstellt die Unterverzeichnisse automatisch
  32. @echo       auf Ihrer Festplatte und kopiert alle notwendigen Dateien.
  33. @echo.
  34. @echo                               Achtung!
  35. @echo             Für die Installation müssen min. 2 MB auf der
  36. @echo             Festplatte frei sein. Ist dies nicht der Fall
  37. @echo             so brechen Sie die Installation mit CTRL-C ab!
  38. @echo.
  39. @echo       Wichtig!: In die Autoexec.bat SET CLIPPER=F30 eintragen!!!
  40. @echo.
  41. @echo               (c) copyright by W.R. Nitsche Baden-Baden
  42. @echo                   Tel.: 07221-85176  Fax: 07221-83176
  43. @echo.
  44. @echo                     Bitte drücken Sie RETURN !
  45. @echo                     oder Abbruch mit Control c
  46. @echo.
  47. @echo         Die Anleitung befindet sich auf der Diskette (Handbuch.txt)
  48. @echo           Handbuch.txt kann mit jeden Editor ausgedruckt werden!
  49. @echo.
  50. @echo      Gerne machen wir Ihnen ein Angebot über unsere Programmpalette.
  51. @pause
  52. @cls
  53. @echo.
  54. @echo.
  55. @echo Ich lege Unterverzeichnis \wws an und kopiere die Dateien ...
  56. @echo.
  57. @echo.
  58. md c:wws
  59. REM md c:\wws\hlp
  60. md c:\wws\treiber
  61. md c:dpbuch
  62. REM md c:kalku
  63. REM copy hilfe.exe c:\wws\hlp
  64. copy treiber.exe c:\wws\treiber
  65. copy paket.exe c:\wws
  66. copy adresse.bat c:\wws
  67. copy kasse.exe c:\dpbuch
  68. REM copy kalk.exe c:\kalku
  69. copy menu.exe c:\wws
  70. cls
  71. @echo.
  72. @echo Ich wechsle auf die Festplatte c: über!
  73. c:\
  74. @echo.
  75. @echo.
  76. @echo Ich wechsle in Unterverzeichnis wws und richte WWS ein!
  77. @echo.
  78. c:
  79. cd c:\wws
  80. @echo.
  81. @echo Bitte warten.............
  82. paket
  83. menu
  84. del paket.exe
  85. del menu.exe
  86. REM cd c:\wws\hlp
  87. REM hilfe
  88. REM del hilfe.exe
  89. cd c:\wws\treiber
  90. treiber
  91. del treiber.exe
  92. cd c:\dpbuch
  93. kasse
  94. del kasse.exe
  95. REM cd c:\kalku
  96. REM kalk
  97. REM del kalk.exe
  98. c:
  99. cd\wws
  100. cls
  101. @echo Das Warenwirtschafts-System startet jetzt automatisch!
  102. @echo.
  103. @echo Später können Sie im Verzeichnis \wws mit mcom und ENTER das System starten!
  104. @pause
  105. @ echo Drücken Sie für den Start von wws "ENTER"
  106. cls
  107. mcom
  108.