Hi,

I have a small console app which I want to be executed via the Process Class. What I am trying to figure out is, keep it inside the resource file of my Windows Forms Application, (that is hide it from the normal view) and execute it.

I tried googling and found that, that exe file needs to be written to a temp location and then only it can be executed! Is there any other way, say do it from the MemoryStream or something like that ? I mean, we can play wav files from resource file (background playing), like that can we do for an exe program ? Or the only possible solution to write to a file in temp path and then execute it from there ?

Any suggestions or clues would be helpful.

Thanks in advance