Jump to content

cirrocumulus

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by cirrocumulus

  1. @dencorso & gunsmokingman: Thanks for the additional informations! I see, I'll have to learn a bit vbs- and batch-programming. Sometimes it seems to be really useful
  2. @jaclaz: Amazing how fast you have given me this answer! Thank you very much for the great explanation. I'll try it immediately! cirrocumulus
  3. Hey there! A question from me as a newbie in batch-programming : I would like to program a batch-file which executes epstopdf.exe for every *.eps in the folder, where the batch-file is located. A friend told me to use the following command-line interface (which does work pretty well, but is sometimes quite cumbersome): for %i in (*.eps) do epstopdf %i I'm sure someone can help me Thanks in advance!
×
×
  • Create New...