Re: Run-Only script in OSX 10.2.6
Re: Run-Only script in OSX 10.2.6
- Subject: Re: Run-Only script in OSX 10.2.6
- From: Christopher Nebel <email@hidden>
- Date: Sat, 17 May 2003 10:34:52 -0700
On Friday, May 16, 2003, at 06:22 PM, Chris Page wrote:
On Friday, May 16, 2003, at 11:41 US/Pacific, Paul Skinner wrote:
Strings does not appear to know about resource forks.
...
sh-2.05a$ strings -a scriptname
You should be able to run strings on the resource fork by appending
"/rsrc" to the file name, e.g.:
strings -a scriptname/rsrc
That fork syntax is deprecated. The proper thing these days is
"scriptname/..namedfork/rsrc".
--Chris Nebel
Apple Development Tools
_______________________________________________
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.