For that matter, why are you trying to execute an external command? There's already a System.IO.File.SetAttributes() method that would do what you need inside the .NET framework, without the need to...