Hi
I want to launch a script from my Qt application. This is my code:
Also try this:Code:QProcess::startDetached("e:\\sys\\bin\\PythonScriptShell_0x20022ee9.exe e:app01.py")
I get the welcome screen but doesn't run the script.Code:QProcess::startDetached("e:\\sys\\bin\\PythonScriptShell_0x20022ee9.exe e:\\PYTHON\\app01.py")
any ideas?
Best regards

Reply With Quote

