Re: AW: AW: executing batch files in separate windows

2007-06-21 Thread arijit
; > > > > Jan > >>-Ursprüngliche Nachricht- >>Von: arijit [mailto:[EMAIL PROTECTED] >>Gesendet: Mittwoch, 20. Juni 2007 16:00 >>An: user@ant.apache.org >>Betreff: Re: AW: executing batch files in separa

AW: AW: executing batch files in separate windows

2007-06-21 Thread Jan.Materne
t.apache.org >Betreff: Re: AW: executing batch files in separate windows > > >Thanks Steve. Got it working. > >Posting the solution for other's reference -- > > > > > > > > > > > > > > >Steve Loughran wrote: &

Re: AW: executing batch files in separate windows

2007-06-20 Thread arijit
Thanks Steve. Got it working. Posting the solution for other's reference -- Steve Loughran wrote: > > arijit wrote: >> Thanks Jan. Unfortunately I am not an expert in ANT. Can you provide some >> more code to show how I can run the batch files in separat

Re: AW: executing batch files in separate windows

2007-06-20 Thread arijit
I tried using the spawn attriute by setting it to true. However, it does not start the batch files in separate windows. All the batch files start executing in the same dos window where the ant build file is being executed. Fork attribute is not supported by . Any suggestion ? arijit wrote: > >

Re: AW: executing batch files in separate windows

2007-06-20 Thread Steve Loughran
arijit wrote: Thanks Jan. Unfortunately I am not an expert in ANT. Can you provide some more code to show how I can run the batch files in separate dos prompts ? do you mean you actually want the windows to pop up? Thats no longer ant, that's windows. you need to exec the program "start".

Re: AW: executing batch files in separate windows

2007-06-20 Thread arijit
Thanks Jan. Unfortunately I am not an expert in ANT. Can you provide some more code to show how I can run the batch files in separate dos prompts ? Jan.Materne wrote: > > > > Jan > >>-Ursprüngliche Nachricht- >>Von: arijit [mailto:[EMAIL PROTECTED] >>Gesendet: Mittwoch, 20. Juni 200

AW: executing batch files in separate windows

2007-06-20 Thread Jan.Materne
Jan >-Ursprüngliche Nachricht- >Von: arijit [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 20. Juni 2007 14:28 >An: user@ant.apache.org >Betreff: executing batch files in separate windows > > >I have a build file from which I am trying to execute a series of batch >files. I am trying to