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