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 22:45:36 -0400
On 16 May 2003 at 16:53, John Baltutis <email@hidden> wrote:
>
On 5/16/03, Stephen Swift <email@hidden> wrote:
>
>
>
> At 5/16/03 12:25 PM, Michael P. Wilson (email@hidden) Wrote:
>
>
>
>> Run the command-line utility "strings" from the terminal with the
>
>> filename of your run-only script as an argument from "terminal" and
>
>> it'll dump all the normal plain text strings it can find. It's likely
>
>> to be very enlightening.
>
>
>
> Odd. I must have done something wrong. Nothing happened. How are you
>
> suppose to do it again?
>
>
>
> "Strings script" ??
>
>
>
>
When I run: strings "file", I get this message:
>
"The kernel support for the dynamic linker is not present to run this program
>
."
>
>
I have OS X 10.2.6 and the latest DevTools installed. How do I go about
>
getting the kernel support for this program?
I think that's a string that's actually in your file, not an error generated
by the strings program itself. Try
strings "file/rsrc"
for some more interesting output.
--
________ 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.