S
SMichal
How can I start a new process with an argument in this form <D:\cd\Data.prc>
?
string args1 = " <" + prozessFile + "> ";
Process.Start("C:\\Direct.exe", args1);
Ist this correct ? It works only under WINXP but not under Windows Serve
2003
?
string args1 = " <" + prozessFile + "> ";
Process.Start("C:\\Direct.exe", args1);
Ist this correct ? It works only under WINXP but not under Windows Serve
2003