Re: missing System Events.app
Re: missing System Events.app
- Subject: Re: missing System Events.app
- From: Christopher Stone <email@hidden>
- Date: Sun, 08 May 2011 18:59:41 -0500
Hey Bob,
On May 08, 2011, at 18:30, Robert Poland wrote: My, not so old, old computer died and Apple replaced it. In getting the new one running I get this error in several of my scripts; Command "Script XXX" has generated error "Applescript error number -43: File System Events.app wasn't found...".
That's totally bizarre if this machine has a new system on it. Of course, Sherlock is too brain dead to look for a System file on my laptop so I could copy it.
Spotlight you mean? It is definitely less useful than it should be, but:
Try searching your HD for:
filename:"System Events.app"
Using the 'filename' specifier will get past the no system files Spotlight filter.
Or run this script:
set sysEvents to "" & (path to library folder from system domain) & "CoreServices:System Events.app:" tell application "Finder" activate reveal sysEvents end tell
Or use EasyFind - a very useful and free find utility every Mac user should have.
-- Best Regards, Chris
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden