First off, I'm confusing about paths. Do we still use colons or do we use slashes? "Hard Drive:Applications:AIM" or "/Applications/AIM.app"??
But the real question, that is not really related at all, is...
I'm trying to make an AppleScript app that can start up a unix program, the idea of coarse being that you make the AS a startup item, and it will quickly and easily start unix programs when you boot the machine. The problem is that AS app won't quit. It wait for a reply from the unix app, which is its output, which keeps going until the app quits, so the AS never goes away. I thought this was an easy problem, do I put the unix command line inside a "ignoring application responses" item, but the script ignores the ignore command!! It still waits for the responses from the unix apps!! I'm sure many have tried this and things like this before, someone must have figured it out?