summaryrefslogtreecommitdiff
path: root/graphics/MF-PS/progs/e2m.bat
blob: 7fec3497832cd318879f2e9ad5af5e4818025f98 (plain)
1
2
3
4
5
6
7
8
9
10
11
:: 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