I have a very small binary file. Rather than distribute a seperate file with my QB64 executable, I was wondering if there is any way to convert the contents of a binary file into data that I can store in my program and then write back out to a file.
As an example, with plain text files such as a batch file, my program simply creates the batch files by writing the text that they contain to a file, then executing that batch file, and finally deleting it when done. But is there some way that I can do that with a binary file that is not plain text?