check if the executable tries to write/read without having enough permisssions to do so. Also check if the working directory exists.
detlef -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, December 09, 2002 10:01 PM To: 'Ant Users List' Subject: Executing a batch file error=267 HELP? I have a batch file I am trying to execute via an <exec executable="${pathtoexecutable}"> <arg value="${some.value}"/> </exec> I verified that ant is indeed creating the command properly, passing the correct arguments and actually running myself on the command line that command works correctly. Is there any other indication that I can check to see why this might fail. Thanks all L -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
