Re: How to deal with Resource Forks from command line
Re: How to deal with Resource Forks from command line
- Subject: Re: How to deal with Resource Forks from command line
- From: Tom Harrington <email@hidden>
- Date: Wed, 28 Sep 2005 15:21:14 -0600
On 9/28/05, Andreas Mayer <email@hidden> wrote:
> tell application "Finder"
> activate
> make new Finder window to disk "MyDisk"
> set current view of Finder window 1 to icon view
> set toolbar visible of Finder window 1 to 0
> set bounds of Finder window 1 to {16, 64, 440, 484}
> set icon size of icon view options of Finder window 1 to 112
> set position of item "File1" of Finder window 1 to {100, 104}
> set position of item "File2" of Finder window 1 to {100, 308}
> set position of item "File3" of Finder window 1 to {300, 172}
> end tell
Also keep in mind that if you're actually working from the command
line, you can use /usr/bin/osascript to wrap something like the above
into Perl or whatever you're using.
--
Tom Harrington
email@hidden
AIM: atomicbird1
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden