There is a program. I want to make a console application that would launch it. How to do it?
For the development of used visual studio.
( I need to protect the program from non-licensed use. To do this, I am writing an application that creates a file, without which the program cannot work. Next, this application must run the exe file. All this (console application) does, of course, only when the necessary conditions are fulfilled. )