Executing exe
How to give the relative path to run the .exe when clicked on link button usinh c#.net in windows application
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
rajashri saradePosted Dec 30, 2013, 3:38 AM
Dhirendra MisraPosted Dec 29, 2013, 10:49 PM
As Process.Start(path) needs full path, I think you can make use of Directory.GetCurrentDirectory() to determine the current path of the your executing assembly and combine your target filename to get it invoked.
.................
Hope it may be helpful to you.
Ramasagar PulidindiPosted Dec 29, 2013, 8:53 AM