c++ - Open and show windows command prompt to user inside QT application -


how go opening windows command prompt sending command , showing user inside qt application?

i know can send commands command prompt , output "behind scenes" without showing command prompt user, want user able interact command prompt window , send own commands.

found needed:

qprocess commandprompt; qstringlist arguments;  arguments << "/k" << "echo" << "hello"; commandprompt.startdetached("cmd",arguments); 

Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -