(sometimes we provide two download links because it may happen that the main server / link is overloaded or slow or non responding - the files are identical. Just choose one, save to the Desktop, double click to install)
Advanced Script Host(engine.exe) enables you to run scripts from Windows. Engine.exe provides any dialog window for accessing from script. Whether you use WScript.exe or Engine.exe, you still run the scripts in the same manner. The difference is only in the object model. You can use methods and properties objects: Window, TCPIP, System, Plugins. You will use the extension .w_js(JScript) or .w_vbs(VBScript) for advanced scripts.
(
Advanced Script Host(engine.exe) enables you to run scripts from Windows.)

Advanced Script Host(engine.exe) enables you to run scripts from Windows. Engine.exe provides any dialog window for accessing from script. Whether you use WScript.exe or Engine.exe, you still run the scripts in the same manner. The difference is only in the object model. You can use methods and properties objects: Window, TCPIP, System, Plugins. You will use the extension .w_js(JScript) or .w_vbs(VBScript) for advanced scripts.
To run a script using the advanced engine:
Double clck the script (.w_js or .w_vbs) in Windows Explorer or on the desktop.
Click Start, select Run, and enter the command line:
engine.exe script.[js|vbs|w_js|w_vbs]
JScript, VBScript, dialog, window, create, script