How to export the images of a stack
Klaus Major
klaus at major-k.de
Tue Aug 16 04:33:53 CDT 2005
Hi Reinhold,
> Hi!
>
> I want to copy images that are used in a stack and located in a
> mediafolder. I collected the filenames in a variable.
> Now I am looking for a script for Mac-OS and Windows to copy the
> images from the mediafolder into an other one.
the most simple method:
put url("binfile:" & "original_folder/filename.xyz") into url
("binfile:" & "NEW_folder/filename.xyz")
used in a repeat loop :-)
> Reinhold
Best
Klaus Major
klaus at major-k.de
http://www.major-k.de
More information about the metacard
mailing list