home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megastorm 3.0
/
Megastorm_3.0_CD1.iso
/
setup.bat
< prev
Wrap
DOS Batch File
|
1995-03-06
|
658b
|
21 lines
@echo off
rem Installationsroutine für das WINDOWS-Menüsystem
rem
cls
echo.
echo ┌──────────────────────────────────────────────────┐
echo │ INSTALLATIONSPROGRAMM FÜR DAS WINDOWS-MENÜSYSTEM │
echo └──────────────────────────────────────────────────┘
echo.
echo Diese Batch-Datei startet Windows and dann das SETUP Programm.
echo Das Setup Programm installiert die Daten und erzeugt eine
echo Programmgruppe.
echo.
echo Sollten Sie das Windows-Verzeichnis nicht im Pfad angegeben
echo haben, starten Sie bitte Windows manuell und führen Sie im
echo Verzeichnis \WINSETUP das Programm SETUP.EXE aus.
echo.
pause
CD \WINSETUP
WIN SETUP.EXE