birbmap/docs/thesis/figures/convert.cmd

8 lines
91 B
Batchfile

@echo off
for %%j in (*.eps) do (
echo converting file "%%j"
epstopdf "%%j"
)
echo done .