开发者

Running Commandline

开发者 https://www.devze.com 2023-01-17 00:54 出处:网络
I\'m trying to run a command from a window project using system() 开发者_开发百科call but everytime the console shows up. how can i run the command without displaying a console window?Use the CreatePr

I'm trying to run a command from a window project using system() 开发者_开发百科call but everytime the console shows up. how can i run the command without displaying a console window?


Use the CreateProcess function, and pass the flag CREATE_NO_WINDOW.

0

精彩评论

暂无评论...
验证码 换一张
取 消