Binding files in C#?
Posted
by ravedome
on Stack Overflow
See other posts from Stack Overflow
or by ravedome
Published on 2010-03-17T01:07:33Z
Indexed on
2010/03/17
1:11 UTC
Read the original article
Hit count: 253
c#
Hey, Is it possible to bind two files into one file ? If its possible how ?
E.g if i got two files a.exe and b.exe then i want to bind them into c.exe so when i execute c.exe it'll automatically execute a.exe and b.exe
Thank
© Stack Overflow or respective owner