Every once in a while I find that I need either a bunch of large files, or a file of a very specific size for testing, today was one of those days and after a little googleing, I found a way to easily create a file of a specific size. I needed a file that was 10,000,000 bytes exactly to run some tests. Step one is getting the hex equivalent of the number of bytes in the file, so I launched the windows calculator and put it into scientific mode, enter the bytes and click on hex
Interested to find some uses for this…
Command-line Assembler coding with Debug.
NICE.