I have a project named wfip in c# vs2010, in that project I am running a wx.exe file in on button click (i.e whenever the button is pressed wx.exe file runs). Everything works fine and output is obtained in the debug folder of the project file where my input is also there.
When I run the project wfip.exe instead of getting my output in debug folder I need to obtain the output of wx.exe file in new folder which consist of only wx.exe and input of that file.