RE: how to run two exec tasks within the same command shell

2009-02-20 Thread Shawn Castrianni
Original Message- From: jan.mate...@rzf.fin-nrw.de [mailto:jan.mate...@rzf.fin-nrw.de] Sent: Friday, February 20, 2009 3:14 AM To: user@ant.apache.org Subject: AW: how to run two exec tasks within the same command shell >the two executable file, one is called "setENV.cmd", the oth

AW: how to run two exec tasks within the same command shell

2009-02-20 Thread Jan.Materne
>the two executable file, one is called "setENV.cmd", the other is called "doThings.exe". >in the windows command console, the "setENV.cmd" is used to setup the >environment, and it must be run first, then the "doThings.exe" can be run. >or not, "doThings.exe" can't work. the manual operation work

how to run two exec tasks within the same command shell

2009-02-20 Thread zbc
"setENV.cmd" is run well, but the "doThings.exe" can't work well, that means the two exec tasks are not run within the same command shell, who can tell me how to config the ant to run the two exec tasks within the same shell? Thanks -- View this message in context