How to append 2 word documents into 1 using the command line (no vba)
I'm trying to find a simple solution to append 2 MSWord files into one
using Windows 7 command line /batch file only (no vba).
I already tried
copy /B /Y file1.doc+file2.doc=file3.doc
but file3.doc only gets the contents of file1.doc, but not file2.doc.
Copy works just fine with text documents, but is not working for me on
MSWord documents.
Any ideas on how I can accomplish that from the command line?
If doing that in a vb script is simple, I might do it in vb and forget
about my batch file approach.
No comments:
Post a Comment