Hi Guys,
Currently I'm using QProcess to run a batch file. Since batch files won't work on Linux and my application should both run on both Windows and Linux, Is there a way how to place the script in the cmd then run the script using c++. Basically, I'm utilizing a GUI to execute this process. Once the user clicks the button, it automatically runs the script using the cmd prompt.
Thanks!
Bookmarks