[tex-k] MULTIPLE FILES

Fabrice Popineau fabrice.popineau at supelec.fr
Thu Feb 28 22:32:46 CET 2013


> The obvious way, if you have an access to shell programming (and there is
> supposed to be some limited version of this on Windows):
>
> For i in *.eps ;do
> epstopdf $i
> done
>
> I don't know what that would look like in Moicrosoftese.


for %i in (*.eps) do epstopdf %i

BTW, if you run some cmd.exe (windows XP, Vista, 7, 8), you can get help :

help cmd
help for
help if

If you are very brave, you can even learn powershell.

Fabrice
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/tex-k/attachments/20130228/f59c6415/attachment.html>


More information about the tex-k mailing list