K
kimiraikkonen
Hello,
I want my external app run without specifying a certain path. It's
enough to be in the same folder with my vb.net exe.
System.Diagnostics.Process.Start("c:\3rdpartyapp.exe") is not OK for
me because everyuser should put it into c:\
i tried:
System.Diagnostics.Process.Start("3rdpartyapp.exe") with no success.
How can i specify root folder?
I want my external app run without specifying a certain path. It's
enough to be in the same folder with my vb.net exe.
System.Diagnostics.Process.Start("c:\3rdpartyapp.exe") is not OK for
me because everyuser should put it into c:\
i tried:
System.Diagnostics.Process.Start("3rdpartyapp.exe") with no success.
How can i specify root folder?