【发布时间】:2016-01-05 02:47:37
【问题描述】:
我想在后台执行 imagemagick 命令,而不是使用 ShellExecute 或 ShellExecuteEx 显示窗口控制台,但无法获取输出文件。
ShellExecuteEx(0, _T("open"), _T("D:/convert.exe"),
_T("convert clipboard:myimage test.png"), NULL, SW_HIDE)
【问题讨论】:
标签: c++ command imagemagick