10.1 Starting fscript

To start the fscript utility, enter fscript at the system command line:

$ fscript
js>

Interactively enter script commands at this prompt. Table 10-1 the additional functions that are available to assist with interactive scripts.

Table 10-1 Interactive Script Functions

Script Function

Description

list( obj )

List each normal property of the object.

listAll( obj )

List all properties of the object, even hidden ones.

describe( obj )

Print debugging or declaration of the object.

quit()

Exit the fscript environment.