salinger icon indicating copy to clipboard operation
salinger copied to clipboard

Support PowerShell scripts maybe?

Open scriptype opened this issue 8 years ago • 2 comments

Salinger should support PowerShell scripts, as it's a common thing in Windows.

This would need to be tested in Windows.

scriptype avatar Feb 08 '17 19:02 scriptype

It's possible for a Windows user to see the cannot be loaded because the execution of scripts is disabled on this system error when the PowerShell support is added.

One should run this in the PowerShell:

Set-ExecutionPolicy RemoteSigned

scriptype avatar Feb 09 '17 07:02 scriptype

Running a ps1 script like this: powershell path/to/script.ps1 causes the process to hang and not exit.

scriptype avatar Feb 09 '17 07:02 scriptype