hi,

Ok what I want to do is using an inputbox, enter the path of a file, I need to read it in as binary.
I want to then read 4 other files this way.

I will then need to add them to a new file called 'Agent01.bef'

I know I'll have to add a header to this file, which tells me how long the files are so I can get them out of this file again.

and then once the file (Agent01.bef) is created I want to be able to break the file apart again into its original four files.

how do I this?

Thanks