tell application "Finder"
set process_list to name of every process
if (process_list contains "Filemaker Pro") then
return true
-- or
-- set script_holder to load script script_object_path
-- tell do_stuff of script_holder to run
--
else
return false
end if
end tell
macguy