<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
The obvious way, if you have an access to shell programming (and there is supposed to be some limited version of this on Windows):<br>
<br>
For i in *.eps ;do<br>
epstopdf $i<br>
done<br>
<br>
I don't know what that would look like in Moicrosoftese.</blockquote><div><br></div><div style>for %i in (*.eps) do epstopdf %i</div><div style><br></div><div style>BTW, if you run some cmd.exe (windows XP, Vista, 7, 8), you can get help :</div>

<div style><br></div><div style>help cmd</div><div style>help for</div><div style>help if</div><div style><br></div><div style>If you are very brave, you can even learn powershell.</div><div style><br></div><div style>Fabrice </div>

</div>
</div></div>