home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 May
/
CHIPCD5_98.iso
/
software
/
testsoft
/
Sezam
/
INSTALUJ.BAT
< prev
next >
Wrap
DOS Batch File
|
1998-03-01
|
510b
|
35 lines
@echo off
_inst.exe
if errorlevel 30 goto remove
if errorlevel 20 goto upgrade
if errorlevel 12 goto end
if errorlevel 11 goto installdemo
if errorlevel 10 goto install
if errorlevel 0 goto koniec
:installdemo
skl3.exe stan=1 reb /a /d
skl3.exe stan=1 index
goto end
:install
skl3.exe stan=1 reb /a
skl3.exe stan=1 index
goto end
:upgrade
skl3.exe stan=1 reb /a
skl3.exe stan=1 index
goto end
:remove
goto koniec
:end
_inst.exe sukces
del _inst.exe
:koniec
cls
@echo on