Hello,
i am working in a program that needs processes.

QProcess *proc=new QProcess(this);
proc->start("audit.vbs");
Executing start method results in the following error:
Starting
Not Running

Failed to start error

Can someone explain to me,why this process doesn't start.I am using Windows7 operating system.
Thanks in advance