Admin Script Editor 3.2 Send comments on this topic.
Script Complete
Welcome to Admin Script Editor v3.2 > Features > Script Sense > Script Complete

Glossary Item Box

ScriptComplete

ScriptComplete™ is an element of ScriptSense™ - iTripoli's Admin Script Editor features for helping you code faster and with better accuracy.

ScriptComplete helps you to script by providing drop-down lists for COM properties and methods.

You must first assign a variable using the CreateObject or GetObject functions*. Then you can use that variable in ScriptComplete, by entering <variable>. (variable followed by a dot)

When an object is instantiated, the variable assigned to that object will provide a drop-down list of available properties and methods when a period ( . ) is pressed as shown above.

You can also use the WinNT object provided you pass the type of object.

In the example above, both the $User and $Group variables have been properly set as ScriptComplete supported object variables. The $User variable has been specified as type "User" and will return user properties and methods, whereas the $Group variable has been specified as type "Group" and will return group methods and properties.

Additionally, script complete provides a drop-down list of Macros for KiXtart and AutoIt languages - press the at symbol ( @ ) and a drop-down list of available macro names is provided.

For PowerShell, additional ScrtipComplete options exist such as the display of nouns when you enter a verb with a dash (for example, "GET-" will return all the Nouns that relate to the GET verb for your selection.

 

* in the current release of ASE, ScriptComplete is now available for the GetObject and CreateObject functions of VBS and KiXtart when you enter the first double quote:

Note: the full name of the entry appears as a tool tip to the right of the selected item (helpful for very long entries truncated for readability).