Can I have multiple choices for deploying target
I mean if an input message is given on selecting between three choices and I want to execute two of them one after the other How can I do that For eg <input message=-"Select between 1. TOMCAT 2. WEBSPHERE 3.WEBLOGIC" Validargs="1,2,3"> And I want to input two args at a time through console Can you hlep me with some examples.