home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of German Only 1
/
romside_best_of_german_only_1.iso
/
doshelp
/
xmenu
/
entpack.exe
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-03-28
|
2KB
|
46 lines
@echo off
cls
:=============================================================================
:
: XMENU-Installationsprogramm (c) GERBER-DATENTECHNIK 7910 Neu-Ulm
:
: Diese Befehle nicht löschen oder verändern! Auch nichts anhängen !
:
:=============================================================================
if "%1"=="RUN" goto inst2
if not exist zubehoer.exe goto falschlw
xmenu install.mdf
xtmp1
goto abbruch
:=============================================================================
:inst2
if exist test.flg del test.flg > nul
%comspec% /e:1024 /c install1 %XTMP%
if exist test.flg goto exit
:=============================================================================
: nach erfolgreichem Start von command.com und install1 muß test.flg
: existieren. Sonst Fehler, wenn das Programm hier landet
echo Error: Kommandointerpreter (Command.com) nicht gefunden !
echo
echo Sollte der "Command.com" nicht gefunden werden, so muß der Path und
echo eventuell die Variable COMSPEC entsprechend angepasst werden! Das ist
echo auch oft für andere Programme sinnvoll! (Speziell wenn öfters die
echo Meldung "Command.com nicht gefunden" kommt)
goto exit
:=============================================================================
:falschlw
echo Sie haben versucht die Installation nicht von dem Laufwerk zu starten,
echo wo sich XMENU befindet.
echo
echo Wechseln Sie bitte zuerst zum Laufwerk:
echo
echo Bsp.: A: (RETURN)
echo
echo und dann erst: install (RETURN)
:=============================================================================
:exit
if exist test.flg del test.flg > nul
if exist demo.bat demo
:abbruch