Hello,
Can we build one exe in another exe in c# .net windows application?
I want to run an exe in internal other exe, So, how it can be possible?
Please help me.
Thanks in Advance.
Ankit Agarwal
Software Engineer
Loading
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.
VulpesPosted Jun 12, 2014, 5:34 AM
System.Diagnostics.Process.Start("SomeOtherApp.exe");