Invoke-NativeApplication
Invoke-NativeApplication copied to clipboard
A set of helper functions to invoke native applications in PowerShell with proper error messages and exit codes handlers
Results
2
Invoke-NativeApplication issues
Sort by
recently updated
recently updated
newest added
The braces are required (pwsh 7.1.1) otherwise it will throw `A parameter cannot be found that matches parameter name 'f'.`
These functions could be very useful to me. I'm looking forward to using them. Unfortunately, they failed to work for me completely in PowerShell 5.1: ``` PS> . .\exec.ps1 PS>...