标签: c++ windows windows-7 windows-shell
如果单击shell扩展中的上下文菜单项,如何运行程序?
答案 0 :(得分:3)
您可以调用CreateProcess函数。查看CreateProcess和example