Hi!

how can I add a byte to the end of a binary file? Let's say i want to add a 0xFF to it?
Also, any method to append a whole .bin file to another one?
(except : system(copy /b ....) )
Thanks in advance!

radu