Re: MacOS X simple script error
Re: MacOS X simple script error
- Subject: Re: MacOS X simple script error
- From: "fredo.mkb" <email@hidden>
- Date: Thu, 13 Feb 2003 23:02:19 +0100
Hi
>
tell application finder
>
activate
>
select disk "DISK"
>
open selection
>
select folder "FOLDER"
>
open selection
>
end tell
You can use a simple "tell" statment :
--
tell application "Finder" to ,
open folder "Folder" in disk "Disk"
--
Regards...
Fredo d;o)
http://perso.magic.fr/fredomkb/
--
"One step at time is enough for me..." (Gandhi)
_______________________________________________
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.