Re: Language issue
Re: Language issue
- Subject: Re: Language issue
- From: Michelle Steiner <email@hidden>
- Date: Sun, 18 Apr 2004 18:39:35 -0700
On Apr 18, 2004, at 5:37 PM, Steve Roy wrote:
tell application "Finder" of machine ("eppc://" & gAddress)
using terms from application "Finder"
set theProcessNames to name of every application process
end using terms from
end tell
The name of the Finder is the same in french, so that's not the
problem.
Any ideas?
Try this:
using terms from application "Finder"
tell application "Finder" of machine ("eppc://" & gAddress)
set theProcessNames to name of every application process
end tell
end using terms from
--
Help, I've caught a cult, and can't get out!
_______________________________________________
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.