I wish to know if an application is running and what commands line arguments were passed on to it, if so.
While I can find out if the application is indeed running, I am not sure how I can retrieve the command line arguments which were passed on to it.
Is there a way to figure this out using C++
or Qt
?
Thank you.