;
>
>
>
> 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
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:
&
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
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:
>
>
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".
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
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