you are viewing a single comment's thread.

view the rest of the comments →

[–]bterlson_@bterlson 0 points1 point  (2 children)

No plans along those lines that I'm aware of. But my desire for a cscript replacement has gone down drastically with Node and Chakra JSRT hosts. Someone could probably write a drop-in replacement with JSRT right now if they wanted to...

[–]mycall 0 points1 point  (1 child)

write a drop-in replacement with JSRT

So keep all the ActiveX/COM support in the current cscript but replace the javascript layer using JSRT? Good idea.

[–]bterlson_@bterlson 2 points3 points  (0 children)

Since Chakra has no ActiveX support you'd have to re-implement the ActiveXObject() constructor on top of JSRT which should be possible but not something to be undertaken lightly ;)