A
A
Andrey Antropov2020-05-31 22:20:52
C++ / C#
Andrey Antropov, 2020-05-31 22:20:52

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

2 answer(s)
N
none7, 2020-06-01
@none7

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.

D
Dmitry, 2020-06-01
@TrueBers

There is no concept of process in the C++ standard.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question