All these points are true, you just need to mention to be complete:
1 The Python engine is not part of the Windows platform and therefore, it
must be deployed on every system ... 
2 VBScript (or WSH actually, which is the infrastructure allowing to run
VBScript or JSCript in Windows) comes for free in the OS since Windows 2000

The latter explains why VBScript is so often used despite its downsides.

Cheers,
/Alain


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Peter Jessop
Sent: Thursday, July 28, 2005 12:52 AM
To: ActiveDir@mail.activedir.org
Subject: Re: [ActiveDir] Logon script with Admin rights **Work Around**

You might want to look at alternatives to VBScript.
I have been using VBScript for some time now. I has several points in it's
favour.

1. Simplicity
2. Many examples.

However it has certain limitations.

1. Limited syntax
2. No GUI (except HTAs which awkward to write) 3. Very limited free library
support.

Recently I have been doing things in Python. It's can be as simple as
VBScript but comes with a huge number of 'built in' libraries including
GUIs, Sockets and much more. Access to ActiveX objects works well and up to
now have had no problems. It is also well documented and supported.

Regards

Peter Jessop
List info   : http://www.activedir.org/List.aspx
List FAQ    : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

List info   : http://www.activedir.org/List.aspx
List FAQ    : http://www.activedir.org/ListFAQ.aspx
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

Reply via email to