by Jolly Roger <wbyylebtre@[EMAIL PROTECTED]
>
Sep 13, 2007 at 05:10 AM
On 2007-09-13 02:26:34 -0500, xylo <choyvp.wzz@[EMAIL PROTECTED]
> said:
> In <200709121456578930-wbyylebtre@[EMAIL PROTECTED]
> Jolly Roger wrote:
>> On 2007-09-12 12:22:27 -0500, xylo <public.jmm@[EMAIL PROTECTED]
> said:
>>
>>>>> how can I add -P option with OSAX ?
>>>>
>>>> If you know of an *existing* scripting addition (OSAX stands for
>>>> Open Scripting Architecture Extension) that sup****ts NFS mounting,
>>>> then you would simply install that script addition and use its
>>>> command in your script.
>>>
>>> I want to make a applescript that do 'mount_nfs' with -P option;
>>> that's clear !
>>
>> Writing a script is one thing. Like I said before, if you are using
>> AppleScript's "do shell script" command to execute the mount_nfs
>> command-line tool, you can use whatever command-line switches you want
>> (including -P). Have you tried using "do shell script"?
>>
>> Writing a scripting addition (OSAX) is something different. If you
>> need help with that, you should probably visit comp.sys.mac.
>> programmer.*.
>>
>
> I just want to do this:
>
> tell application finder
> activate
> mount volume "nfs://<IP @[EMAIL PROTECTED]
>:<****t>/<volume>"
> end
Like I have said many times:
Have you tried using "do shell script"?!
Look:
do shell script "mount_nfs -o '-P' 125.0.2.81:/u/saetd/client test/"
--
Apply rot13 to this e-mail address before using it.
JR