Re: [Tutor] Win32 extensions

2008-09-14 Thread Jeff Younker
On Sep 11, 2008, at 2:52 PM, Spencer Parker wrote: I am tasked with a project to use WMI to script something on Windows Server 2003. I was wondering if it is possible to create a script on a linux machine and use the Win32 extensions...since I need those to use WMI python module as well.

Re: [Tutor] Win32 extensions

2008-09-13 Thread Alan Gauld
"Omer" <[EMAIL PROTECTED]> wrote You can buy a set of libraries from a comany called Bristol Technology (I think, it's over 8 years since I used it!) that allows you to build Windows software on a Unix box. A bit like cygwin Errm, What'd be the difference between this and WINE ? WINE lets

Re: [Tutor] Win32 extensions

2008-09-13 Thread Omer
On Fri, Sep 12, 2008 at 2:31 AM, Alan Gauld <[EMAIL PROTECTED]>wrote: > Yes if you spend a lot of money. > You can buy a set of libraries from a comany called Bristol > Technology (I think, it's over 8 years since I used it!) that allows > you to build Windows software on a Unix box. A bit like cy

Re: [Tutor] Win32 extensions

2008-09-11 Thread Spencer Parker
That was what I was afraid of...I might have to go the virtualization route instead. PXE = pre-execution environment On Thu, Sep 11, 2008 at 5:31 PM, Alan Gauld <[EMAIL PROTECTED]>wrote: > > "Spencer Parker" <[EMAIL PROTECTED]> wrote > > 2003. I was wondering if it is possible to create a scri

Re: [Tutor] Win32 extensions

2008-09-11 Thread Alan Gauld
"Spencer Parker" <[EMAIL PROTECTED]> wrote 2003. I was wondering if it is possible to create a script on a linux machine and use the Win32 extensions...since I need those to use WMI python module as well. Is this actually possible? Yes if you spend a lot of money. You can buy a set of libr

[Tutor] Win32 extensions

2008-09-11 Thread Spencer Parker
I am tasked with a project to use WMI to script something on Windows Server 2003. I was wondering if it is possible to create a script on a linux machine and use the Win32 extensions...since I need those to use WMI python module as well. Is this actually possible? Otherwise I would have to use a