Starting a process in the background no console
C / C++ / MFC
4
Posts
3
Posters
0
Views
1
Watching
-
I want to put a process in the startup folder so it can run in the background. (No console) Does anybody know how to make it run in the background. Kelvin Chikomo
-
-
I want to put a process in the startup folder so it can run in the background. (No console) Does anybody know how to make it run in the background. Kelvin Chikomo
theprinc wrote:
...run in the background.
This is Unix terminology. Windows is a multitasking OS, so there is no concept of a processing running in the background or in the foreground. If a process is running, it is running, period. Now, a process with no UI is a totally different matter.
"Let us be thankful for the fools. But for them the rest of us could not succeed." - Mark Twain