I have a command line script that takes images as arguments. I got it working with one argument but fail to figure out how to pass in multiple.

link|improve this question
to clarify: do you want to know how to pass them to the script, or access them from within the script? – horatio Sep 30 '11 at 17:11
pass them to the script.thanks – Jack Buller Sep 30 '11 at 17:28
1  
Can you show us the script? If it's too long, cosider using a pasting service. – Daniel Beck Sep 30 '11 at 17:36
feedback

1 Answer

In general it is like the following -

command img1.jpg img2.jpg img3.jpg

But it is dependent on the script.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.