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: Jim Alexander <email@hidden>
- Date: Fri, 16 May 2003 16:33:06 -0400
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 __________________ email@hidden _______
I have yet to see a problem, however complicated, which, when you looked at it
in the right way, did not become still more complicated. -- Poul Anderson
_______________________________________________
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.