View Single Post
Old 11-30-2011, 04:30 PM   #9
rsiegler
Junior Member
rsiegler began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Nov 2011
Device: none
As Archon said, a command line will concatenate all those files pretty fast. In windows, open a cmd window, get to the active directory, and enter something like this:
copy <myebookname part0??.htm> NewFileName
the question marks in the file name get replace by the sequential numbers in your split files. Assuming they are sequentially numbered. If not, you'll have to renumber them manually.
NewFileName now contains all of the "parts" that got matched to the wild card '??' .
You should see a list of the files scroll up the screen.
Good Luck
rsiegler is offline   Reply With Quote