Concatenating multiple mail (*.msg) files

D

David Berrigan

Hello friends,

Could someone please tell me an easy way to merge a few doze
messages into one long *.msg or *.doc file?

In other words, I have a folder containing 50 messages and I woul
like to join all the messages together sequentially into one lon
message with out having to insert each message at the end in word b
hand.

Thanks David Berrigan

[email protected]
 
E

Earle Horton

Try "help copy" in a command shell. For example,

c:\> copy source1+source2+source3 destination

Earle
 
B

Brian Tillman [MVP - Outlook]

Could someone please tell me an easy way to merge a few dozen
messages into one long *.msg or *.doc file?

Since a MSG file can be read only by Outlook, appending multiple MSG files
together is likely to make them all unreadable.
 
Top