home *** CD-ROM | disk | FTP | other *** search
/ Megastorm 3.0 / Megastorm_3.0_CD1.iso / setup.bat < prev   
DOS Batch File  |  1995-03-06  |  658b  |  21 lines

  1. @echo off
  2. rem Installationsroutine für das WINDOWS-Menüsystem
  3. rem
  4. cls
  5. echo.
  6. echo ┌──────────────────────────────────────────────────┐
  7. echo │ INSTALLATIONSPROGRAMM FÜR DAS WINDOWS-MENÜSYSTEM │
  8. echo └──────────────────────────────────────────────────┘
  9. echo.
  10. echo Diese Batch-Datei startet Windows and dann das SETUP Programm.
  11. echo Das Setup Programm installiert die Daten und erzeugt eine 
  12. echo Programmgruppe.
  13. echo.
  14. echo Sollten Sie das Windows-Verzeichnis nicht im Pfad angegeben
  15. echo haben, starten Sie bitte Windows manuell und führen Sie im
  16. echo Verzeichnis \WINSETUP das Programm SETUP.EXE aus.
  17. echo.
  18. pause
  19. CD \WINSETUP
  20. WIN SETUP.EXE
  21.