Hi i was checking and anyone can use commands very similar in cmd like dir mkdir etc.
But for example when i try to use command (cd ..) i couldn't
Code:
Qt Code:
  1. QProcess consola;
  2. consola.start("cmd.exe /C " + comando);
  3. consola.waitForFinished();
  4. consola.waitForReadyRead();
To copy to clipboard, switch view to plain text mode