problem spawning new tasks
problem spawning new tasks
- Subject: problem spawning new tasks
- From: "Stephen Gross" <email@hidden>
- Date: Mon, 22 Jan 2001 15:56:41 -0500
- Organization: Stuart Country Day School
I have a app that sits in the background and routinely spawns other
scripts. However, this makes my machine bomb out frequently. Does anyone
know a good (reliable) way to spawn new tasks? I've tried both:
"tell application "Finder" to open <task>"
and
"run script <script>"
but they both end up bombing out my system eventually. Any ideas?
Thanks in advance,
Stephen Gross