wsh-repl is a Windows Scripting Host REPL. Right now it is very alpha quality software.
Right now it offers VERY simple functionality, giving you a console into the windows scripting host from Emacs. However, this can be used to script windows actions from within Emacs.
It lives as 2 separate files, the first is the comint interaction mode wsh-repl.el, and the second is a simple Javascript (JSript) file to actually handle REPL interaction.
The best bet is to download the files via github:
http://github.com/jonnay/wsh-repl
Read more