Hi,
Can you see why I can not run this process please?
Thanks

string test = "\"\\\\W-I55ZB6B7\\c$\\Program Files\\WinZip\\wzunzip\" \\\\psiukapp6\\pershusp\\History\\01-01-2004\\01-01-2004-pershing.zip capt.capt.asc \\\\W-I55ZB6B7\\c$\\farshad\\downloads";

System.Diagnostics.Process.Start(test);

The error is: system can not find the file specified.
The file is indeed at the right location.
Thanks