profile command

Use the profile command to export or import the editor default settings.

Syntax

profile { flush
        | export [ prompt ] [ "filename" ]
        | import [ prompt ] [ "filename" ]
        } 

Parameters

flush Use the flush parameter to force any changes to the default editor settings to the default profile file.
export Use the export parameter to save the current default editor settings to a file.
import Use the import parameter to read the default editor settings from a file.
prompt [ "filename" ] Use the prompt parameter to prompt the user for the file to which the default settings should be exported, or from which the editor settings should be imported.  If the filename parameter is also specified, the file dialog is initialized with the specified file name.
"filename" Use the filename parameter to indicate the file to which the default settings should be exported, or from which the editor settings should be imported.  If not specified, the user is prompted for a file name.

Status

The status parameter is set to one of the following:
null The export or import operation was successful.
save.cancelled The export was cancelled by the user.
save.failed The export was unsuccessful.
import.cancelled The import was cancelled by the user.
file.errorReading The import was unsuccessful.

Examples

profile flush
profile export C:\temp\MyProfile.properties
profile import "C:\Lpex Profiles\GreenScreen.properties" 

Related concepts
Editor commands, actions, and parameters

Related reference
defaultProfile parameter
status parameter