K
kellyxie
Hello all,
I am working on an Add-in to the .NET framework using C#. I need to
call another .exe file in my application.
Right now I can only make it work using the absolute path for that
exe file like this way:
myProcess.StartInfo.FileName = "C:\\Documents and
Settings\\user\\translator.exe";
However I want others to be able to use this add-in in other
computers. Where shall I put this .exe file? What path shall I
provide in the code?
I am very green in this field. Thanks a lot for your help.
Kelly
I am working on an Add-in to the .NET framework using C#. I need to
call another .exe file in my application.
Right now I can only make it work using the absolute path for that
exe file like this way:
myProcess.StartInfo.FileName = "C:\\Documents and
Settings\\user\\translator.exe";
However I want others to be able to use this add-in in other
computers. Where shall I put this .exe file? What path shall I
provide in the code?
I am very green in this field. Thanks a lot for your help.
Kelly