| View previous topic :: View next topic |
| Author |
Message |
bbackx
Joined: 07 May 2009 Posts: 46
|
Posted: Thu Nov 05, 2009 4:08 am Post subject: Python support |
|
|
I wonder if it is possible to implement Python support?
Since it's also a no-nonsense language which doesn't need compilation, like javascript and vbscript, I'm guessing it can't be that hard (but probably I'm missing lots of things ).
Off course, Python should be installed on the servers with remote agents. |
|
| Back to top |
|
 |
KS-Soft
Joined: 03 Apr 2002 Posts: 10398 Location: USA
|
Posted: Thu Nov 05, 2009 11:57 am Post subject: |
|
|
Not sure I uderstand your request. What exactly means Python support?
Are you talking about Shell Script or Active Script test methods? Execute external program action? Something else?
Regards
Alex |
|
| Back to top |
|
 |
bbackx
Joined: 07 May 2009 Posts: 46
|
Posted: Fri Nov 06, 2009 2:36 am Post subject: |
|
|
I mean the Shell Script method.
Just like you already support VBScript en Javascript. |
|
| Back to top |
|
 |
KS-Soft
Joined: 03 Apr 2002 Posts: 10398 Location: USA
|
Posted: Fri Nov 06, 2009 11:21 am Post subject: |
|
|
Shell Script can use any script that can be executed on your system.
Do you have installed ActivePython or some other Python interpretator?
If you have ActivePython, you may execute scripts using command like cmd /c cscript /B /E:Python %Script% %Params%
Regards
Alex |
|
| Back to top |
|
 |
bbackx
Joined: 07 May 2009 Posts: 46
|
Posted: Mon Nov 09, 2009 4:46 am Post subject: |
|
|
Wow, that's great.
Thanks! |
|
| Back to top |
|
 |
|