Here's a very short description of what I want to do.
I would like to be able to open a 224K hex file, and split that file into four seperate 56K files. The trick is that I need to search the 224K file for hex patterns to know how it will be split up. For example, I know that the first file will begin with the data 27 FE OC, and the following 56K of data needs to go into the first split up file. Once I find the starting point for each of the 56K files, I want to copy that 56K into seperate files.
I have used VB to write MS access integrated programs, but I haven't done much with file creation. Can anyone provide some tips or a rough idea of how I should proceed?
Thanks,
Brian
I would like to be able to open a 224K hex file, and split that file into four seperate 56K files. The trick is that I need to search the 224K file for hex patterns to know how it will be split up. For example, I know that the first file will begin with the data 27 FE OC, and the following 56K of data needs to go into the first split up file. Once I find the starting point for each of the 56K files, I want to copy that 56K into seperate files.
I have used VB to write MS access integrated programs, but I haven't done much with file creation. Can anyone provide some tips or a rough idea of how I should proceed?
Thanks,
Brian