davidmelvin
Technical User
I would like to execute an executable file (exe) that is located in the same directory as my application. I don't want the cmd.exe window to pop up when it happens. So I don't want to use system(), or do I? It would be fine to use system() if the window would quickly disappear when it executed.
I am using c++ Builder. This operation will happen without user interface. The user will click a button that will start a sequence of operations including executing the exe.
Thank you for your help.
David
I am using c++ Builder. This operation will happen without user interface. The user will click a button that will start a sequence of operations including executing the exe.
Thank you for your help.
David