In the ant task Exec why is <arg value="/c"/> provided for executable=”cmd”?
What are the other possible executables?
Could anyone please explain this ?
In the ant task Exec why is <arg value=/c/> provided for executable=cmd? What are
Share
/cis not an executable: it an argument to the executable (in this case “cmd.exe”)From the documentation (call “cmd /?” in a shell):