I have “Testing” script that logs data to file and has “on run”-handler that writes logs first line. If Testing is running when my another script launches Testing, it will mess log-file. I think below code causes Testing to execute “on run”-handler too??? I tried “tell application “finder” to open/activate/run application…” but it did not solve this.
tell application "Finder" to run application "Testing"