Binding files in C#?
- by ravedome
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