【发布时间】:2020-11-14 13:55:15
【问题描述】:
我想和Powershell call cmd.exe command like copy /b 做同样的事情,但现在我遇到了引用问题:'此时出乎意料。
我试图用\逃脱,但更糟
function concat-filenames {
cmd.exe --% /c (echo file '$($args[0])' & echo file '$($args[0])' )>list.txt
}
【问题讨论】:
标签: powershell cmd