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:
Code: Select all
check_version=cscript.exe //nologo //T:60 .\scripts\check_version.vbs But if I try to run wscript for 32 bit I get a timeout when testing.
I've tried e.g.:
Code: Select all
check_version=C:\Windows\syswow64\wscript.exe //nologo //T:60 .\scripts\check_version.vbs Thank you
Best regards
Steve