Page 1 of 1
Combining several files into one
Posted: Tue Jan 18, 2011 1:44 pm
by 2cool4cereal2
Hello, I was wondering how I would go about combining several files into one, then later re-sperating them. Just like WinRAR. I'll provide more info later, but for now I must depart. Thanks in advance.
Sincerely,
-2cool4cereal2

Re: Combining several files into one
Posted: Tue Jan 18, 2011 3:04 pm
by Dummy1912
Hello 2cool4cereal2
o yea you can to this :p
i had somewhere a project to to this.
i will look into it.
Dummy1912
Re: Combining several files into one
Posted: Tue Jan 18, 2011 3:11 pm
by bisnes_niko
Have you tried Zipper lib for VB.NET? You can zip files and extract later with some zipping functions from vb.net
Google: vb.net zipper
And you will find many results on howto make one
Re: Combining several files into one
Posted: Tue Jan 18, 2011 3:48 pm
by Axel
Download SharpZipLib or read this article
http://msdn.microsoft.com/en-us/library ... tream.aspx
you can also let the user install
Resource kit tools and launch a cmd trough your application but i have no experience with this.
Whats even easyer is to use a windows API ,
heres an example
hope this helps

Re: Combining several files into one
Posted: Fri Jan 21, 2011 12:31 pm
by 2cool4cereal2
I thank everyone for their replies. I will try them out ASAP and get back to you all with the results!
Sincerely,
-2cool4cereal2