|
| Title and Version |
|
Advanced Script Host v8.2
|
| Author |
|
Computron Inc.
|
| Release Date |
|
09 September 2005
|
| Operating Systems |
|
Win98,WinNT 4.x,Windows2000,WinXP
|
| Short Description |
|
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.
|
| PAD File URL |
|
http://canegor.campus.net.ru/gui_for_script/dialog.xml |
|
| Application Web Page |
|
http://canegor.campus.net.ru/gui_for_script/index.htm
|
| Author Web Page |
|
http://canegor.campus.net.ru/gui_for_script/index.htm
|
| Keywords |
|
JScript,VBScript,dialog,window,create,script,host,wsh,FTP
|
| Full Description |
|
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]
|
|
|
|