Hi,

From my QT application, tried to launch a text file using the following code,

QProcess *myProcess = new QProcess(this);
myProcess->start("E:\\temp1.txt", QStringList() << " ", QIODevice::ReadOnly);

But it says "Failed to start" during execution. Could some one help me to fix this error.

FYI: Went through all threads, but couldn't find the reason for the above problem.

Regards,
Sankar.