home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 15
/
15.iso
/
s
/
s040
/
1.ddi
/
MEC.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1991-09-06
|
210 b
|
12 lines
echo off
ME %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO FIRSTSKIP
:LOOP1
ME /LN /R BIGCOMP
:FIRSTSKIP
IF NOT ERRORLEVEL = 2 GOTO CEXIT
IF NOT EXIST MECOMP!.TMP GOTO CEXIT
COMMAND < MECOMP!.TMP
GOTO LOOP1
:CEXIT