@echo "" > step1.log for /R %%a IN (*) DO @echo %%a>>step1.log for /R %%a IN (*) DO @ttf2pt1 -b -L cp874.map %%a %%a>>step1.log REM ttf2pt1 -b -L cp1250.map c:\windows\fonts\arial.ttf arial @move ./step1_source/*.afm ./step1/ @move step1_source/*.t1a step1/ @copy step1_source/*.ttf step1/ echo "DONE"; @pause