Re: Keep a launched app in background
Re: Keep a launched app in background
- Subject: Re: Keep a launched app in background
- From: Laine Lee <email@hidden>
- Date: Thu, 08 Jul 2004 15:14:35 -0500
>
> Is there a way to
>
> force a script to run in the background?
In Panther you can run a compiled script with a command like this:
osascript "/path/to/scriptfile.scpt"
or
you can save the script application as an application bundle and add this to
its info.plist file
LSUIElement (string with a value of 1)
--
Laine Lee
email@hidden
http://lonestar.utsa.edu/llee
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.