home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Education Master 1994 (4th Edition)
/
EDUCATIONS_MASTER_4TH_EDITION.bin
/
files
/
texttors
/
multedit
/
mec.bat
< prev
next >
Wrap
DOS Batch File
|
1988-08-07
|
209b
|
12 lines
echo off
ME /BIGOK %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO FRSTSKIP
:LOOP1
ME /LN /BIG
:FRSTSKIP
IF NOT ERRORLEVEL = 2 GOTO CEXIT
IF NOT EXIST MECOMP!.TMP GOTO CEXIT
COMMAND < MECOMP!.TMP
GOTO LOOP1
:CEXIT