> Hello activepython,
>
>   What  can  I  do with Windows Script Host and Python that I can't do
>   with just Python and the pyCOM extension?
>
>   I just wondering if installing WSH can benefit me in some way ...

The main advantage is that WSH comes with some useful COM objects.  Although
they are designed for use inside WSH, they can also be used by external
programs, such as stand-alone Python.  One such object even allows you to
send keystrokes to arbitary programs.

Mark.

_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to