Hi John-
Unfortunately, I'm not sure that what you're hoping for is possible. You
could certainly write a script that would go through the files in a
directory, open each one, and invoke the spell checker on it. But you
would still need a user sitting there to examine each misspelling to
determine a) if it is a real misspelling, or just a specialized jargon
word that isn't in the dictionary, and b) if it is one of your omitted
space issues, where the space ought to go to correct the problem. As far
as I know, the spell checker doesn't have an auto-correct feature
A script like the one I described might make the process a little more
efficient, but I think you're still in for a fair amount of manual labor
on this one.
--Clay