@ECHO OFF
PATCHDVI.EXE -y -r600x600 -b %1 temp.dvi
del %1.dvi
ren temp.dvi %1.dvi
DVIPS.EXE %1 %2 %3 %4 %5 %6 %7 %8 %9
pause


