D dee May 31, 2006 #3 Thanks Jim I wasnt using the +; XP requires it. Jim Hughes said: from a command prompt: copy file1+file2 newfile /b Click to expand...
Thanks Jim I wasnt using the +; XP requires it. Jim Hughes said: from a command prompt: copy file1+file2 newfile /b Click to expand...
D dee May 31, 2006 #4 How can I do the following: copy file1 +n1 res1 /b copy file1 +n2 res2 /b .... copy file1 +n1000 res1000 /b
How can I do the following: copy file1 +n1 res1 /b copy file1 +n2 res2 /b .... copy file1 +n1000 res1000 /b
J Jim Hughes May 31, 2006 #5 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 Click to expand...
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 Click to expand...
D dee Jun 1, 2006 #6 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
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
D dee Jun 1, 2006 #8 Thanks ! Jeff Dillon said: No, what you said was, "How can I join 2 binary files together" Click to expand...
Thanks ! Jeff Dillon said: No, what you said was, "How can I join 2 binary files together" Click to expand...