Saved Bookmarks
| 1. |
Solve : iterate copy/b binary files? |
|
Answer» HI all, I have 250 satellite images in the form of binary files. What I need is to append a 512 byte header to each of them, being the header the same. The binary files have progressive numbers INDICATING yymmd (YEAR, MONTH, dekad). I can do the job with 1 file, using "copy/b [header]+[binary] [output], but I don't know how to iterate the process. I need the output files to have the same name (+label) as input files. Last, I will need to take the header away from the new files, after processing. Thaks a lot for your help. fanta |
|