Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: iterate copy/b binary files  (Read 4539 times)

0 Members and 1 Guest are viewing this topic.

fantajapo

  • Guest
iterate copy/b binary files
« on: February 21, 2005, 05:13:14 AM »
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