Can I run two stay open scripts at once from a single bundle?

Hi everyone,

I have a process that will require two stay open scripts (both monitoring watch folders) to be running at the same time in order to function correctly. Is it possible to have both of these scripts running at once, but only one icon/alias needed to launch them together?

Thanks!


set pathOne to "path:to:script1.app"
set pathTwo to "path:to:script2.app"

tell application pathOne to launch
tell application pathTwo to launch

Cheers,

Craig