I saved off 500 PMs this week.
The technique I used was to "Save Web Page (complete)", every time into the same default filename. I simultaneously had a script that waited for a couple of seconds, then extracted the post number from the saved file and renamed the file according to that. It was a tedious, but utterly mindless exercise from that point on. I suppose about 10 seconds net per PM. About 2 hours, overall, for the 500.
Admitedly, it's a big advantage to be using Linux, as the script wasn't all that complex. In fact, it was a one-liner:
Code:
mv modules.php.html p`grep 'name="mark\[]"' modules.php.html|sed 's/.*value="\([0-9]*\)".*/\1/'`.html
You could use the same script from Windows, if you installed Cygwin.
_________________
"Striking up conversations with strangers is an autistic person's version of extreme sports."
Kamran Nazeer