YAJSW currently supports Groovy scripts, .bat scripts (on Windows) and .sh scripts (on Linux). It would be nice if it also supported PowerShell (.ps1) scripts.
Note that PowerShell has two different executables, which can co-exist:
So it would be nice if YAJSW tried pwsh first and fell back to powershell.
powershell can be easily run from a batch file.
see for example:
https://stackoverflow.com/questions/19335004/how-to-run-a-powershell-script-from-a-batch-file
Yes, and that's what I'm doing now. But it would be nice to cut out the middleman.