When running a powershell script that uses the nssm library to manage windows services, this error keeps coming up.
I have tried redirecting the output of nssm.exe to $null, but it keeps creeping up
This issue is a re-open of issue #31
Having the startup script download nssm.exe and using the tool to check the status of a non-existent service and it will generate a string that has the "`0" character which will cause this error
The version of nssm that we are using is 2.24 (latest available)
When running a powershell script that uses the nssm library to manage windows services, this error keeps coming up.
I have tried redirecting the output of nssm.exe to $null, but it keeps creeping up
This issue is a re-open of issue #31
Having the startup script download nssm.exe and using the tool to check the status of a non-existent service and it will generate a string that has the "`0" character which will cause this error
The version of nssm that we are using is 2.24 (latest available)