Hi I am executing Catutil from my c# program and it works fine but i would like to get the results of the execution like "succeeded" or "failed" and the content visible in the Results popup. I get the return code of the batch execution using Process.ExitCode but would like to know if it is possible to get some more information!Thanks.
Just a quick doubt...i have the folder storing the result created in c:\temp with a unique foldername. I would like it to be stored in the temppath iget from the code: Path.GetTempPath(). Is it possible, as i could not find where the path to store the output is defined!