Answer the question
In order to leave comments, you need to log in
How to create a process named Load.txt in C++?
I need to create a process named Load.txt (well, or whatever). Should be just a process, no windows, etc.
Answer the question
In order to leave comments, you need to log in
CreateProcess doesn't care what extension the executable has if it's not in the list of executable file extensions. So, you can rename any .exe to load.txt and run the CreateProcess function.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question