Re: OSX EightyRes ?
Re: OSX EightyRes ?
- Subject: Re: OSX EightyRes ?
- From: John Delacour <email@hidden>
- Date: Mon, 28 Apr 2003 01:01:12 +0100
- Mac-eudora-version: 6.0a16
At 12:34 am +0200 28/4/03, Emmanuel wrote:
Anyone have any ideas where I can find an app that does this?
Maybe the Rez shell command?
Certainly. But I'd say it's best to play with /Developer/Tools/DeRez
first to find out how to produce the resources.
For example, if you have ResEdit. or any file with a resource fork,
you can run this script to get all the PICT resources. I can now get
all x-eudora-settings using this method, but it means using Perl to
process the binary data.
tell app "Finder" to set f to "" & application file id "RSED"
set f to quoted form of POSIX path of f
tell app "Terminal"
activate
do script "/Developer/Tools/./DeRez " & f & " -only 'PICT' "
end tell
_______________________________________________
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.