On 9/23/05, Ronald Oussoren <[EMAIL PROTECTED]> wrote:
>
> On 22-sep-2005, at 14:28, Simon Brunning wrote:
>
> > On 9/22/05, Simon Brunning <[EMAIL PROTECTED]> wrote:
> >
> >> I want to use a python script to copy some files from a Windows share
> >> to my Mac. Connecting to a Windows share with Fi
On 22-sep-2005, at 14:28, Simon Brunning wrote:
On 9/22/05, Simon Brunning <[EMAIL PROTECTED]> wrote:
I want to use a python script to copy some files from a Windows share
to my Mac. Connecting to a Windows share with Finder is easy, but how
do I do it from a script? (Python 2.4.1 on OSX 10.4
> Simon Brunning <[EMAIL PROTECTED]> (SB) wrote:
>SB> I want to use a python script to copy some files from a Windows share
>SB> to my Mac. Connecting to a Windows share with Finder is easy, but how
>SB> do I do it from a script? (Python 2.4.1 on OSX 10.4.2, if it matters.
Issue a mount or, m
On 9/22/05, Simon Brunning <[EMAIL PROTECTED]> wrote:
> I want to use a python script to copy some files from a Windows share
> to my Mac. Connecting to a Windows share with Finder is easy, but how
> do I do it from a script? (Python 2.4.1 on OSX 10.4.2, if it matters.
Found it. You need to invoke
On Thu, 22 Sep 2005 11:36 +0100 (BST), David Hughes
<[EMAIL PROTECTED]> wrote:
> > If the Windows partition you've attached appears as an 'ejectable'
> > drive in the leftmost Finder pane, you can see it and its contents
> > under /volumes using a Terminal session. Here, it appears as a
> > directo
> *From:* [EMAIL PROTECTED] (David Hughes)
> *To:* pythonmac-sig@python.org
> *Date:* Thu, 22 Sep 2005 11:12 +0100 (BST)
>
> > *From:* Simon Brunning <[EMAIL PROTECTED]>
> > *To:* pythonmac-sig@python.org
> > *Date:* Thu, 22 Sep 2005 10:24:34 +0100
> >
> > I want to use a python script to copy so
> *From:* Simon Brunning <[EMAIL PROTECTED]>
> *To:* pythonmac-sig@python.org
> *Date:* Thu, 22 Sep 2005 10:24:34 +0100
>
> I want to use a python script to copy some files from a Windows share
> to my Mac. Connecting to a Windows share with Finder is easy, but how
> do I do it from a script? (Pyt