Hi 
this is not working:
process->start("psexec.exe \\stchps426 -u etrust -p etrust01 -i \\stchps426\c$\notes.exe");
QProcess *process = new QProcess(this);
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:
psexec.exe \\stchps426 -u etrust -p etrust01 -i \\stchps426\c$\notes.exe
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
Bookmarks