PDA

View Full Version : calling Cmd prompt



jsmith
8th May 2009, 09:47
hi,
plz tell me anyone how to run command prompt commands from qt program without command prompt.

advanced thanks

spirit
8th May 2009, 09:50
take a look at QProcess.
also you can read about QDesktopServices:: openUrl.