Use the profile command to export or import the editor default settings.
profile { flush | export [ prompt ] [ "filename" ] | import [ prompt ] [ "filename" ] }
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. |
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.
profile flush profile export C:\temp\MyProfile.properties profile import "C:\Lpex Profiles\GreenScreen.properties"
Editor commands, actions, and parameters
defaultProfile parameter
status parameter
Copyright IBM Corporation 1992, 2007. All Rights Reserved.