I have an .exe file, which is just a command line tool for a certain encryption. I have a .NET project and I want to include this with my program and be able to make command line calls to this exe and gets its response...
How can I include this .exe?