home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 May
/
CHIPCD5_98.iso
/
software
/
testsoft
/
Sezam
/
_SE31SEZ.ZIP
/
START.BAT
< prev
Wrap
DOS Batch File
|
1997-12-16
|
841b
|
68 lines
@echo off
flatin
if "%1"=="" goto blad
:start
skl0 %1 $$tart
goto chkerror
:continue
skl0 %1 $cont
:chkerror
if errorlevel 255 goto end
if errorlevel 7 goto m7
if errorlevel 6 goto m6
if errorlevel 5 goto m5
if errorlevel 4 goto m4
if errorlevel 3 goto m3
if errorlevel 2 goto m2
if errorlevel 1 goto m1
:m1
skl1 stan=%1 $**#
if exist tkasac%1.hur goto KASA_C
goto continue
:KASA_C
cd .\kasa
kasa.exe
cd..
goto m1
:m2
skl2 stan=%1 $**#
goto continue
:m3
skl3 stan=%1 $**#
if exist tkasap%1.hur goto KASA_P
goto continue
:KASA_P
cd .\kasa
kasa.exe
cd..
goto m3
:m4
skl4 stan=%1 $**#
goto continue
:m5
skl5 stan=%1 $**#
goto continue
:m6
skl6 stan=%1 $**#
goto continue
:m7
skl7 stan=%1 $**#
goto continue
:blad
echo Wywoêanie tylko z numerem stanowiska...
:end