Join Binary Files
is it possible to join 2 or more binary file into one?
me found that can use
FileOpen
to open a file in NSIS
and also by using
FileReadByte
to read a binary content,
but [FileReadByte] only possible to read single byte at once,
if me trying to read file with 1MB or more then it really slow and taking high CPU usage
is there have another way to read binary content or joining binary files?
thnx a lot