I am trying to find out how I can run a .vbs file from a node application.
The script does it's own thing and my node application doesn't need any info back except maybe when the script is finished running.
When I find a way to do this I will then look at passing parameters to the script, but for now I just need to know how I can run the script.
Thanks