No, what you said was, "How can I join 2 binary files together"
"dee" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> 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
>
> "Jim Hughes" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> copy file1 + n1 + n2 + n3 res1 /b
>>
>> "dee" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> How can I do the following:
>>>
>>> copy file1 +n1 res1 /b
>>> copy file1 +n2 res2 /b
>>> ...
>>> copy file1 +n1000 res1000 /b
>>>
>>>
>>> "Jim Hughes" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> from a command prompt:
>>>>
>>>> copy file1+file2 newfile /b
>>>>
>>>> "dee" <(E-Mail Removed)> wrote in message
>>>> news:(E-Mail Removed)...
>>>>> How can I join 2 bianry files together back to back?
>>>>> Thanks
>>>>> dee
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
|