list_info defaults

The LIST_INFO DEFAULTS command is used to list information about the current settings of the systems defaults. The information can be sent to the information window, a file, or both.

Format:

 
list_info defaults
brief =
on/off
write_to_terminal =
on/off
file_name =
string specifying the file path

Example:

 
list_info defaults &
brief =
on &
write_to_terminal =
off &
file_name =
"C:\info.txt"

Description:

 
Parameter
Value Type
Description
brief
ON_OFF
Specifies whether to use the brief form (default) or an extended form of the requested information to be displayed.
write_to_terminal
ON_OFF
Specify if the information requested is to be sent to the informational window or not.
file_name
STRING
Specify that the information requested is to be sent to a file with the name specified with the parameter.

Extended Definition:

1. The ‘write_to_terminal’ parameter is most likely be used in conjunction with the FILE_NAME parameter to get the information put to a file only.