Re: Can Django call cscript.exe to run vbscripts

2007-07-27 Thread braveheart
t problem you need to solve. > > good chance it will be easier to solve using a few lines of python/django than > trying to run your existing vbscript. > > Carl K > > braveheart wrote: > > Anyone else have other solution ? > > > On Jul 20, 8:54 pm, Dennis Allison

Re: Can Django call cscript.exe to run vbscripts

2007-07-21 Thread braveheart
Anyone else have other solution ? On Jul 20, 8:54 pm, Dennis Allison <[EMAIL PROTECTED]> wrote: > actually, look at module subprocess rather than os as the subprocess > module contains the current best practice solution. (Check the Python > 3000 docs to see what will be going away and avoid

Re: Can Django call cscript.exe to run vbscripts

2007-07-21 Thread braveheart
Thanks for the info. On Jul 20, 8:54 pm, Dennis Allison <[EMAIL PROTECTED]> wrote: > actually, look at module subprocess rather than os as the subprocess > module contains the current best practice solution. (Check the Python > 3000 docs to see what will be going away and avoid using them.

Can Django call cscript.exe to run vbscripts

2007-07-20 Thread braveheart
Hello guys. I'm an Windows System Administrator and for my job i often use vbscripts to automate my tasks. I was wondering if Django can call cscript.exe to execute a vbscript file (Offcourse django is assumed to run under Windows)? I know that i can also script wmi with python but i'm allready