I am working on a high powerful (but INCREDIBLY slow) compressor (or is it -er). I've managed to compress a 2MB file down to around 200 Kb. It's really good for compressing single files, but being able to compress multiple files into one file is pretty much the whole point of these archiving programs (like WinZip and WinRar and WinAce).

My point is, is there any way to put two files together? Opening it up using the Open "C:\Test.txt" For Input As #1 isn't exactly the best way to go because it doesn't open JPEG files properly for some reason.

I also need to put some characters in between to seperate the files (maybe 16 null characters or something).


Thanks to anyone who can help.