launch.controlPanel

Syntax launch.controlPanel (name)

Params name is a string containing the exact name of a Control Panel to be launched.

Action Launches the Control Panel in name, which must be located in the proper place in your System 7 folder to be found.

Returns True if the launch is successful, false otherwise.

Examples launch.controlPanel ("Sound")

   » true

Errors If you attempt to open a non-existent Control Panel, Frontier informs you that the named Control Panel does not exist.

Platform Notes This verb is only implemented in the Mac OS version of Frontier.

Notes This verb works only on a Macintosh running System 7.0 or later. When used on any other configuration, it returns false.

Discuss