:: This file belongs to the MFTOEPS package. :: :: %1 is an input file name WITH extension :: %2 is an output file name WITH extension :: :: Software used (change if required): :: GAWK.EXE or (better) GAWK32.EXE, ver. 3.0.x :: @echo off :: gawk -f epstomf.awk %1 > %2 gawk32 -f epstomf.awk %1 > %2