alien - 2021-05-04

Hello everyone,
I'm trying to run a Python script in codesys. I've seen all the samples but all are based on linux! my question is if I want to run codesys on windows and then run the python script when program is online what command I should use in this line ?

SysProcess_Implementation.SysProcessExecuteCommand2(pszCommand:=' ???? '
, pszStdOut:=szStdOout
, udiStdOutLen:= SIZEOF(szStdOout)
, pResult := ADR(dutResult));