B
brian
Thanks to this group my previous quesion directed me to
using a resource file. But now I would appreciate some
help using a resouce file.
I have the resouce file loaded and know I can get at my
file using:
Reflection.Assembly.GetExecutingAssembly
().GetManifestResourceStream("MyApp.RSYNC.EXE")
My embedded file is an EXE file. I need to run the
embedded EXE in a shell command.
Can someone help me with whatever steps I need to proceed
with?
Thanks
using a resource file. But now I would appreciate some
help using a resouce file.
I have the resouce file loaded and know I can get at my
file using:
Reflection.Assembly.GetExecutingAssembly
().GetManifestResourceStream("MyApp.RSYNC.EXE")
My embedded file is an EXE file. I need to run the
embedded EXE in a shell command.
Can someone help me with whatever steps I need to proceed
with?
Thanks