Search found 1 match
- Sat Mar 28, 2020 12:23 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE - Run VBScript with 32 bit wscript.exe
- Replies: 1
- Views: 1983
NRPE - Run VBScript with 32 bit wscript.exe
Hello, I need to run a 32 bit vbscript with a 64 bit NSAClient. I've tried a lot ofcombinations but it's not working. If the external command is defined like this: check_version=cscript.exe //nologo //T:60 .\scripts\check_version.vbs the script is started (but not working because of 32 and 64 bit). ...