Supported Scripting Languages
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 - Lua scripts are executed with our own Inline lua interpreter. Hence ,you don't need to provide first line ex : #!/usr/bin/lua" |
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 - Lua scripts are executed with our own Inline lua interpreter. Hence ,you don't need to provide first line ex : #!/usr/bin/lua" |
MAC |
Lua, Perl, Python, Shell - For Python scripts, you must have Python3 installed - For Perl scripts, you must have any version of Perl installed - Lua scripts are executed with our own Inline lua interpreter. Hence ,you don't need to provide first line ex : #!/usr/bin/lua" |
Following points are important if you use Python on the 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.