I have a .exe program which has it's own commands. This program needs to be executed through CMD (command prompt , MS DOS). It works like this: Let's say that I have a project in visual Studio and I've imported the .exe program (which name is ul_install.exe) in the project.
First of all, how can I invoke CMD, then change directory into the .exe program
i've already imported into my project and then pass this: ul_install E A "Example" DVD
command as a string variable (As if I had written it) and finally press Enter? Keep in Mind that whenever I do this manually another cmd windows appears which is the process of the .exe program and start to make it's process (Which is converting an ISO file into another split files format)