consider scenario : I've an application :
c:\A\B\proc1.exe + proc1dll.dll
I want to run it from
c:\D\E\MyApp
now what I do is taking proc1dll.dll
and put it in MyApp folder.
this is surely not the proper way
what am I missing here ?
my code look similar to this
(just plain .exe with no input just output)