Script: Click and Run in Folder

Can't figure out how to do a task? Ask here.
Post Reply
fearlesz
Posts: 2
Joined: Mon Nov 28, 2011 10:36 am
Contact:

Hi,

I was trying the trail version and I saw the option for script. Now what i want to do is that i want have a script file in the folder, click and run, convert everything in the folder from .eps to .png. But the script has only specific address for pictures.

Images>
<Image Path="C:\Users\stage1\Desktop\fotos\MCSA010814_ET130501_def.eps" />
/Images>

I try to change the MCSA010814_ET130501_def.eps to *.eps or .eps but it doesn't work. Is there a option to let it work?

Erdem
Vali
Posts: 100
Joined: Tue Nov 30, 2010 7:48 am
Contact:

Dear user,

In order to process all the .eps files in the current folder you need to use the “Search” tag:

Code: Select all

<Images>
		<Search Path="*.eps" />
</Images>
You can also use full paths and relative path, e.g.:

Code: Select all

<Images>
		<Search Path="C:\Users\stage1\Desktop\fotos\*.eps" />
		<Search Path="..\fotos\*.eps" />
</Images>
Regards,
Valentin Firan
BatchPhoto Team
Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 28 guests