Hi

this is not working:
Qt Code:
  1. QProcess *process = new QProcess(this);
  2. process->start("psexec.exe \\stchps426 -u etrust -p etrust01 -i \\stchps426\c$\notes.exe");
To copy to clipboard, switch view to plain text mode 

but if i open a dos window and write this it works:
Qt Code:
  1. psexec.exe \\stchps426 -u etrust -p etrust01 -i \\stchps426\c$\notes.exe
To copy to clipboard, switch view to plain text mode 

Why is not working?

im running winxp and qt 4