Hi, I've written a Ant task on my own to execute some DB/2 actions like db2profc, etc. The DB/2 utility db2profc has a commandline option which includes a double quote character.
Example : db2profc -user=usr -password=pswd -prepoptions="PACKAGE USING App" xxx.ser The problems is the double qoute of the -prepoptions. It seems that they are not well processed when the Execute.execute() is done. Is there somebody having the same problems? alter -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
