I got an email from a friend where the Word doc attachment was broken into 19 pieces and Base64 encoded. I started to open each file and copy out the payload, then got bored and considered a Perl script.
What’s the simplest thing?
First have a batch file: copy p1 + p2 temp1 copy p3+temp1 [...]
