Join many files vertically(append) with Name and Time Stamp
Example:
Join 3 files together and add header: --- Filename --- Date ---
Procedures:
1) Ctrl-h open 'Replace' dialog
2) Change the ">" symbol between "outpage" and "output file" to ">> Append"
3) Click Advanced Page, set "Insert Begin Text" to --- $FILENAME --- current_date() ---
4) Click "Batch..." button, open batch runner
5) Click "Pick files" button and select file1.txt, file2.txt, file3.txt
6) Check set output filename, and change ${FILENAME} to result.txt
7) Click "Batch Replace"
Join many files horizontally(Column append)
Example:
Join 3 files together horizontally
Procedures:
1) Ctrl-h open 'Replace' dialog
2) Change the ">" symbol between "outpage" and "output file" to ">>> Column Append"
3) Click "Batch..." button, open batch runner
4) Click "Pick files" button and select file1.txt, file2.txt, file3.txt
5) Check set output filename, and change ${FILENAME} to result.txt
6) Click "Batch Replace"