Hi.
The following problem.
I need to craete as part of my build process a zip-file containing a list of files. I can preapre the listin whatever form I want (xml? For xmlpeek?).
How can I go through the list and copy the files we talk about into a special directory, so that I can run, then, the zip command over these files? I know how to ask the xml file for the entries, but can I pump these into a loop?
Thomas