1
0
Fork 0
birbnetes-onlab1-beszamolo/src/figures/convert.cmd

8 lines
98 B
Batchfile
Raw Permalink Normal View History

2020-05-12 03:10:32 +02:00
@echo off
for %%j in (*.eps) do (
echo converting file "%%j"
epstopdf "%%j"
)
echo done .