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: Paul Skinner <email@hidden>
- Date: Fri, 16 May 2003 18:00:34 -0400
On Friday, May 16, 2003, at 04:33 PM, Jim Alexander wrote:
On 16 May 2003 at 14:41, Paul Skinner <email@hidden> wrote:
Strings does not appear to know about resource forks.
A data fork script returns...
sh-2.05a$ strings -a scriptname
FasdUAS 1.101.10
-text of my script
ascr
The same script saved as compiled script ( not data fork) yields
nothing when 'strings'ed.
... but you can get at the strings in the resource fork with:
strings -a scriptname/rsrc
--
________ Jim Alexander
Thanks for the info!
Paul Skinner
_______________________________________________
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.