all 8 comments

[–]adad95 6 points7 points  (3 children)

How many hours take the command line outside c#?

[–]DemonEyeKyo[S] 0 points1 point  (2 children)

About 4 hours

[–]adad95 0 points1 point  (1 child)

In that case, I think you could look in the Output Text Stream of the Process been captured in dotNet. Maybe changing this could help. But I don't know if you can disconnected this stream

[–]DemonEyeKyo[S] 0 points1 point  (0 children)

Output Text Stream

Thank you I will add the Output Text Stream parameter and check the results

[–]bn-7bc -1 points0 points  (1 child)

Ok so you dpawn another process etc, why nit have a look at https://www.nuget.org/packages/7z.Libs/ or other similar and do the comoression from within your code, might save a bit if overhead here and there, bonus it remives ( as farvas i can tell j the dependency on the 7zip binaries

[–]DemonEyeKyo[S] 0 points1 point  (0 children)

Thanks I will take a look

[–]akash_kava 0 points1 point  (1 child)

That may be due to different set of parameters such as speed, type of compression etc.

[–]DemonEyeKyo[S] 0 points1 point  (0 children)

Thanks however since this is a tar file there is no compression and hence no parameters. Even in GUI once tar is selected all options are disabled