Thanks very much for the information.
Second things first:
"Btw, would it be possible for you to improve the HTML code that you when you add examples to your posts. Using Safari, I amforced to continously scroll back and forth in order to read your posts. Just a suggestion."
I'm aware of the problem but just haven't found the time to really do it right. If you have a suggestion, I'll give it a try -- it couldn't be much worse.
Now to first things:
Since I've demonstrated (to myself) that the two-app approach works in 10.4.11 and 10.5.7, the issues you're seeing almost certainly have to do with 10.6.x. My guess that such issues would relate to the PID retrieval seems to be correct, but without installing 10.6, I don't know how to approach modified code. (I had similar issues when I messed up the PID retrieval with the earlier os's.) Perhaps you know a much more direct way of getting the PID of "Starter_" that would work in 10.6 –– but it's almost certainly that part of the code in "Finisher_" that's causing the problem, as getting "Starter_" to quit efficiently is crucial.
As to not being able to retrieve the original Terminal window(s), I've consistently found that quitting and then re-activating Terminal does the trick, but maybe not with the PID-retrieval errors. Another approach that works for me is:
'tell app "Terminal" to set the visible of every window whose visible is false to true'. Of course, that would have to be at the end of the script, and the script would have to execute without other errors.
I'll eventually get to 10.6.x, but I'm not particularly enthused about doing that, given all the apparent issues people seem to be encountering.
Thanks again.
Edit: Now, there you go. I didn't use any HTML code in this response, but the no-wrap issue is still there! One more thing to add to my million-item list of things I don't understand.
Message was edited by: Noaks