[ProcessLibrary] Log result from PowerShell command

I found a solution : I created a .ps1 file with my command inside, and I call it from RobotFramework as :

run process Powershell.exe ${CURDIR}${/}b64.ps1

Thank you for your help :slight_smile:

1 Like