Re: Fwd: Problem with exec Windows XP

2004-11-14 Thread Alexey N. Solofnenko
To launch batch files you need to execute cmd.exe with correct parameters ("/c" and "startup.bat"). You cannot execute the batch files themselves. - Alexey. Peter Neu wrote: Hello everybody, I'm having difficulties using with Windows XP. When I'm trying to run an Ant Script with a command like

Re: Fwd: Problem with exec Windows XP

2004-11-14 Thread Peter Neu
Thanks Ivan. I will try this one. Regards. Peter Ivan Ivanov schrieb: Hello Peter, I do not know why you exec does now work, but assuming that you are trying to start Tomcat, why do not invoke it via & tasks like this:

Re: Fwd: Problem with exec Windows XP

2004-11-14 Thread Ivan Ivanov
Hello Peter, I do not know why you exec does now work, but assuming that you are trying to start Tomcat, why do not invoke it via & tasks like this: You can later invoke the macordef li

Fwd: Problem with exec Windows XP

2004-11-14 Thread Peter Neu
Hello everybody, I'm having difficulties using with Windows XP. When I'm trying to run an Ant Script with a command like this : os="WindowsXP"> simply nothing happens. I don't even get a warning. Can anybody tell me what I did wrong ? Best Regards, Peter