Platform |
Supported Scripts |
Linux |
Lua, Perl, Python, Shell - For Python scripts, you must have Python3 installed - For Perl scripts, you must have any version of Perl installed |
Windows |
PowerShell Command, PowerShell Script, Python, VBScript - For Python scripts, Python must be installed and the install location should be added to SYSTEM PATH variable. Note: VBScripts are run in batch mode. |
Unix
|
Lua, Perl, Python, Shell - For Python scripts, you must have Python3 installed - For Perl scripts, you must have any version of Perl installed |
Following points are important if you use Python on Windows platform:
- If Python is installed by using the setup, it should be installed for all users on the client machine. The installation location must be added to the system path variable.
- If Python is installed by using portable zip, the path of the directory containing python.exe must be added to the system path variable.