serializer
Programmer
I have a problem running a .vbs file from a Windows service. I can succesfully run it if I specify the full path to cscript.exe as command and the vbs path as argument. The problem with that is that the exit code is not captured (it captures the exit code from cscript.exe).
The main reason why I have to run cscript.exe as command is because (I believe) the enviroment variables for the extensions are not set correctly.
How can I fix this?
The main reason why I have to run cscript.exe as command is because (I believe) the enviroment variables for the extensions are not set correctly.
How can I fix this?