标签: ant cmd exec task
在ant任务Exec中为什么<arg value="/c"/>提供了executable =“cmd”? 什么是其他可能的可执行文件? 有人可以解释一下吗?
<arg value="/c"/>
答案 0 :(得分:1)
/c不是可执行文件:它是可执行文件的参数(在本例中为“cmd.exe”)
/c
从文档中(在shell中调用“cmd /?”):
/C Carries out the command specified by string and then terminates