Just started looking at OneCommander and really like it so far.
I have a few PowerShell scripts that I launch with a shortcut so they just run for example the shortcut is
"C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Bypass -File "H:\MyScript.ps1"
In File explorer this will launch a shell and the script will execute and the shell will close. In OneCommander a PowerShell prompt opens and the script does not run.
Is there a way to get this to work? Did I miss something in my settings?