RE: exec task

2004-08-17 Thread Akhil Kumar
Guys, I could do it, its mentioned in the ant tutorial. Regards, Akhil -Original Message- From: Akhil Kumar To: '[EMAIL PROTECTED]' Sent: 17/08/04 12:03 Subject: exec task Hi folks, I wanted to run a DOS command from the ant scripts. for example "dir". How is t

exec task

2004-08-17 Thread Akhil Kumar
Hi folks, I wanted to run a DOS command from the ant scripts. for example "dir". How is this possible. I find out that "EXEC" task can be used to execute external commands and executables but when I tried using it gives me some exception as below: java.io.IOException CreateProcess: dir error