On Wed, 18 Jan 2006, Ramesh M. <[EMAIL PROTECTED]> wrote: > Where the "somebatchfile" comes from the build file. It does not > have any extension. On executing it on Windows XP I get the > following error Cannot execute C:\somebatchfile:
You have to execute cmd.exe in order to run batch files without extensions. In general error=2 means "command not found" on Windows. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
