Hello all, I am trying to accomplish the following: - Lets say i have all the artwork films created in the Artwork Control Form, and they are named in the following format: XXXXX-X_YXX (X = 0-9 digit, Y=letter) I have other films defined there and i need to sort out only what i need to export. I am trying to write a SKILL script to automate exporting only the films that match my format above. I've recorded scripts exporting those films, but i am limited to only 1 design with this approach. how can i structure the SKILL script to automate it for any combination of letters and number in film name? I started using hardcoded script: axlRunBatchDBProgram("artwork" "artwork -f filmname ", ?noUnload t ?logfile "photoplot.log", ?warnProgram t) Thanks!
↧