====== IWScript ====== Scriptable object ===== Description ===== WScript Emulation Object ===== Properties ===== ^Property^ Description^ |[[scripting:api:wscript:arguments|Arguments]]| Returns the WshArguments object (a collection of arguments)| |[[scripting:api:wscript:build-version|BuildVersion]]| Returns the HippoEDIT build version number| |[[scripting:api:wscript:full-name|FullName]]| Returns the fully qualified path of the host executable| |[[scripting:api:wscript:interactive|Interactive]]| Identifies the script mode| |[[scripting:api:wscript:name|Name]]| Returns the fully qualified path of the host executable| |[[scripting:api:wscript:path|Path]]| Returns the name of the directory containing the host executable| |[[scripting:api:wscript:script-full-name|ScriptFullName]]| Returns the full path of the currently running script| |[[scripting:api:wscript:script-name|ScriptName]]| Returns the file name of the currently running script| |[[scripting:api:wscript:std-err|StdErr]]| Exposes the write-only error output stream for the current script| |[[scripting:api:wscript:std-in|StdIn]]| Exposes the read-only input stream for the current script| |[[scripting:api:wscript:std-out|StdOut]]| Exposes the write-only output stream for the current script| |[[scripting:api:wscript:version|Version]]| Returns the version of Windows Script Host Emulator| ===== Methods ===== ^Method^ Description^ |[[scripting:api:wscript:connect-object|ConnectObject]]| Connects the object's event sources to functions with a given prefix| |[[scripting:api:wscript:create-object|CreateObject]]| Creates a COM object| |[[scripting:api:wscript:disconnect-object|DisconnectObject]]| Disconnects a connected object's event sources| |[[scripting:api:wscript:echo|Echo]]| Outputs text to either a message box or the command console window| |[[scripting:api:wscript:get-object|GetObject]]| Retrieves an existing object with the specified ProgID, or creates a new one from a file| |[[scripting:api:wscript:quit|Quit]]| Forces script execution to stop at any time| |[[scripting:api:wscript:sleep|sleep]]| Forces script execution to stop at any time| ===== See Also ===== [[:scripting:api:script-application:wscript|IScriptApplication::WScript]] #API ~~NOTOC~~