system(command) help
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Is it possible to send a command to the operating system without causing a command window to pop up? This seems to be the behaviour of system(command), any alternatives? Thanks
nadiric wrote:
Is it possible to send a command to the operating system without causing a command window to pop up?
Yes.
nadiric wrote:
This seems to be the behaviour of system(command), any alternatives?
CreateProcess()
.
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
Is it possible to send a command to the operating system without causing a command window to pop up? This seems to be the behaviour of system(command), any alternatives? Thanks