A AznMaverick Platinum Member Apr 4, 2001 2,776 0 0 Jan 6, 2006 #1 WHat is the syntax? I was looking on google, i can't find a solution. Thanks!
J JonnyBlaze Diamond Member May 24, 2001 3,114 1 0 Jan 6, 2006 #2 how many files & what type? the simplest way to join 2 files is copy /b file01.000 + file02.000 joinedfiles.000 you would end up with a big file called joinedfiles.000
how many files & what type? the simplest way to join 2 files is copy /b file01.000 + file02.000 joinedfiles.000 you would end up with a big file called joinedfiles.000
A AznMaverick Platinum Member Apr 4, 2001 2,776 0 0 Jan 6, 2006 #3 that is exactly what i am looking for...thanks!
J JonnyBlaze Diamond Member May 24, 2001 3,114 1 0 Jan 6, 2006 #4 if you ever need to join a bunch of files this program works pretty good if it likes the way they are named. http://www.treepad.net/download/hjsplit.zip it joines files it split quickly & easily.
if you ever need to join a bunch of files this program works pretty good if it likes the way they are named. http://www.treepad.net/download/hjsplit.zip it joines files it split quickly & easily.
A AznMaverick Platinum Member Apr 4, 2001 2,776 0 0 Jan 6, 2006 #5 That just makes it tons easier...thanks for the link!