Is there a way to set it so it gets an executable within the folder from which I am running program? I tried a couple of things but hit some issues. Thanks, Tom On Sat, Nov 19, 2011 at 11:01 PM, Ken Shmidheiser <kshmidheiser@...> wrote: > Thomas asked: > > Is it possible for me to use a shell call or something to have another > app execute from my fb code? > > > > There are several was to do this with Appleevents, Launch Services > and Applescript, but one of the easiest is with open "Unix": > > > open "Unix", 1, "open /Applications/Preview.app" > close 1 > > > which launches Preview from FB > > -- > To unsubscribe, send ANY message to: futurebasic-unsubscribe@... > To access the list archives, go to: http://freegroups.net/groups/futurebasic/ > >