How can I join 2 bianry files together back to back?

  • Thread starter Thread starter dee
  • Start date Start date
How can I do the following:

copy file1 +n1 res1 /b
copy file1 +n2 res2 /b
....
copy file1 +n1000 res1000 /b
 
What I meant was:
I have 1000 files and to each I want to prepend a file.
I did it in vb though already.
Thanks
 
Back
Top