Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 76 forks source link

Windows_Script_Host support #93

Open paulvi opened 10 years ago

paulvi commented 10 years ago

// http://en.wikipedia.org/wiki/Windows_Script_Host

WSH.Echo("Hello world"); WSH.Quit();

// These scripts may be run in either GUI mode (WScript.exe) or command line mode (CScript.exe)

This would be easy, but not needed by users.