@echo off cd figures for %%i in (*.wmf) do "D:\Program Files\IrfanView\i_view32.exe" %%~ni.wmf /convert=%%~ni.gif cd ..