As always please read all the way through before replying.
I'm looking for a Windows based, portable executable which can be used to run javascript files automatically through the windows command line.
By portable, I mean something along the lines of using 7-zip portably, where it's just an executable, and maybe a dll or two that have to be copied along the executable. No install, no "copy this directory that contains several thousand files" along with it as well.
Also need it to be fairly backwards compatible with past Window's versions
Up till now I've used JScript via Window's cscript engine, and while it technically works, it's limited to a much older ecmascript standard, and it's error handling capabilities make debugging a freaking nightmare.
At the moment It's looking like I'm going to have to try putting my own executable together using Duktape. Really hoping I don't have to do that though, and that someone here knows of a better alternative.
Appreciate any help you all can provide.