I frequently receive status emails through Outlook, and many times, the relevant information is buried within long blocks of text. If I manually copy out the text from multiple Outlook messages and paste them into UltraEdit, it's a snap to just sort the text and find the relevant information nicely grouped. Problem is that it can be a hassle to open, copy, and paste text from say, 30 emails.
So, I thought, why not let UltraEdit do the brunt of the work. So I copied several messages to a scratch folder creating multiple .msg files. When I open one single in UltraEdit, it defaults to HEX mode, so I switch out of HEX mode, sort the file, and voila, there it is.
Next, I concatenate all the .msg files into one large file by issuing this simple DOS command: copy /b *.msg merged.txt
I end up with a large file that I opened in UltraEdit. Again, it defaults to HEX mode, so I exit and sort. Problem is that it doesn't sort. The hourglass appears for a brief moment, and then I am returned to the edit mode.
Suggestions?
So, I thought, why not let UltraEdit do the brunt of the work. So I copied several messages to a scratch folder creating multiple .msg files. When I open one single in UltraEdit, it defaults to HEX mode, so I switch out of HEX mode, sort the file, and voila, there it is.
Next, I concatenate all the .msg files into one large file by issuing this simple DOS command: copy /b *.msg merged.txt
I end up with a large file that I opened in UltraEdit. Again, it defaults to HEX mode, so I exit and sort. Problem is that it doesn't sort. The hourglass appears for a brief moment, and then I am returned to the edit mode.
Suggestions?