How to execute a c# exe from a c++ program

You cann simply use

system(“Registry.exe”);

Leave a Comment