• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: OSX EightyRes ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: OSX EightyRes ? (From: Emmanuel <email@hidden>)

  • Prev by Date: Re: TIDs and other questions
  • Next by Date: Re: OSX EightyRes ?
  • Previous by thread: Re: OSX EightyRes ?
  • Next by thread: Re: OSX EightyRes ?
  • Index(es):
    • Date
    • Thread