Re: running external batch from ant

2006-01-10 Thread Ninju Bohra
ould start a separate console window in which your batchfile.cmd will run asynchronously. Hope that helps, Ninju - Original Message From: Sujeet Banerjee <[EMAIL PROTECTED]> To: Ant Users List Sent: Tuesday, January 10, 2006 4:45:43 AM Subject: Re: running external batch from an

Re: running external batch from ant

2006-01-10 Thread Sujeet Banerjee
Hello Lothar Did you try the with the exec task? Regards -- Sujeet Banerjee Member of Technical Staff Persistent Systems Pvt. Ltd. Visit us at www.persistentsys.com -- "

Re: running external batch from ant

2006-01-10 Thread VGupta
lothar - try looking at the parallel task in ant. i have been using the same for stuff like this . do get back to me if you have some problem in using the same. Vipul Lothar Krenzien <[EMAIL PROTECTED]> wrote: Hi there, I would like to run an external batch file from ant. Of cou