How do I make a process go the background in C?
I know how to do that in UNIX but how to do it in Windows ?
What I want is for the user to double-click the process executable, and it just goes into the background … and does not open a window while executing.
I’m not looking for complete solution just a reference.
Thanks !
As @ChikaneHimeko has already stated create a Windows application that has no windows: