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
 
copy file1 + n1 + n2 + n3 res1 /b

dee said:
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
 
No, what you said was, "How can I join 2 binary files together"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top