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
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?
>
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