Re: WMI Python, writing remotely and retrieving env variables values

2007-01-13 Thread Tim Williams
On 13 Jan 2007 02:01:11 -0800, Tim Golden <[EMAIL PROTECTED]> wrote: > Thierry Lam wrote: > > I'm using the WMI library for python and I was able to connect to > > another computer on the network with the following line: > > > > c = wmi.WMI(computer="the-network-computer", user="hello", > > passwor

Re: WMI Python, writing remotely and retrieving env variables values

2007-01-13 Thread Tim Golden
Thierry Lam wrote: > I'm using the WMI library for python and I was able to connect to > another computer on the network with the following line: > > c = wmi.WMI(computer="the-network-computer", user="hello", > password="hello") > > Is there a way to write information to a file on that computer? >

WMI Python, writing remotely and retrieving env variables values

2007-01-12 Thread Thierry Lam
I'm using the WMI library for python and I was able to connect to another computer on the network with the following line: c = wmi.WMI(computer="the-network-computer", user="hello", password="hello") Is there a way to write information to a file on that computer? How do I read environment variab