In fact, it would have been enough to actually read QProcess::startDetached() docs:
On Windows, arguments that contain spaces are wrapped in quotes.Qt Code:
QStringList arguments; arguments << "/k" << "C2oooProgConsole.exe" << "-s" << ...;To copy to clipboard, switch view to plain text mode
Bookmarks