在ant任务Exec中为什么<arg value =“/ c”>为executable =“cmd”提供?什么是其他可能的可执行文件?</arg>

时间:2011-11-21 13:08:06

标签: ant cmd exec task

在ant任务Exec中为什么<arg value="/c"/>提供了executable =“cmd”?
什么是其他可能的可执行文件?
有人可以解释一下吗?

1 个答案:

答案 0 :(得分:1)

/c不是可执行文件:它是可执行文件的参数(在本例中为“cmd.exe”)

从文档中(在shell中调用“cmd /?”):

/C      Carries out the command specified by string and then terminates