home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of German Only 1
/
romside_best_of_german_only_1.iso
/
doshelp
/
xmenu
/
entpack.exe
/
INSTALL1.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-03-28
|
2KB
|
71 lines
@echo off
echo command-test > test.flg
set XMEDISK=%1
:=============================================================================
:
xmenu /win CO 27 ~/mess "XMENU-Installationsprogramm (c) GERBER-DATENTECHNIK 7910 Neu-Ulm" R 5 CO 27
:
:============================================================================
xmenu /mess "Bitte warten - prüfe System" R 10 ~/get dos
if not errorlevel 33 goto olddos
:============================================================================
xbatch /get fspace %XMEDISK%
if errorlevel 1 goto makedir
call ergebnis
if %XME% == X goto notavail
goto nospace
:============================================================================
:makedir
xmenu /mess "Lege Hilfsverzeichnis auf Laufwerk %XMEDISK% an" R 15 ~ /mkdir %XMEDISK%\$$TEMP$$
if errorlevel 1 goto tempdirerr
if exist %XMEDISK%\$$TEMP$$\*.* for %%Z in (%XMEDISK%\$$TEMP$$\*.*) do del %%Z > nul
xmenu /mess "Moment bitte - die Diskette wird kopiert." R 20
copy *.* %XMEDISK%\$$TEMP$$ > nul
%XMEDISK%
cd \$$TEMP$$
xmenu /cls CO 27
zubehoer
del zubehoer.exe > nul
install2 RUN part3 C \XMENU C:\ XM.BAT
echo INSTALL2 fehlt
goto abbruch
:============================================================================
:olddos
set XME1=1
goto message
:-----------------------------------
:notavail
set XME1=2
goto message
:-----------------------------------
:nospace
set XME1=3
goto message
:-----------------------------------
:tempdirerr
set XME1=4
goto message
:-----------------------------------
##1
Sorry - Sie benutzen ein zu altes DOS! - Warum eigentlich ?
XMENU und XBATCH sollte erst ab DOS 3.3 verwendet werden
##2
Laufwerk %XMEDISK% nicht verfügbar
##3
Nicht genug Platz auf Laufwerk %XMEDISK%
Es sollten mindestens 1 MB frei sein. Zur Zeit
stehen noch %XME% Bytes zur Verfügung.
##4
Achtung: Das Zwischenverzeichnis %XMEDISK%\$$TEMP$$ konnte
nicht angelegt werden. Schreibschutz auf dem Laufwerk?
##5
:-----------------------------------
:message
xmenu /cls CO 27 ~ /messf install1.bat #%XME1% R 10 CO 78 ~ /pause R 20
cls
:abbruch
set XME=
set XTMP=
set XTMP1=
set XMEDISK=