This document covers the following topics:
A Natural folder automatically appears in the
folder of the menu after Natural has been installed. It contains the shortcuts for Natural, including the Natural Configuration Utility and Help. Several shortcuts are also available on your Windows desktop.To start the Configuration Utility
From the Windows
menu, choose .Note:
The Start menu group name (by default,
this is "Software AG") can be changed during the
installation.
The Natural Configuration Utility window appears. See Elements of the Configuration Utility Window for further information.
When you terminate the Configuration Utility and you have not yet saved your changes, a dialog appears for each changed file asking whether you want to save now.
To terminate the Configuration Utility
From the
menu, choose .Or:
Press ALT+F4.
Or:
From the Control menu, choose
.
Or:
Choose the corresponding standard button at the right of the
title bar.
You can perform several functions automatically when starting the Configuration Utility.
Create a shortcut on your desktop for starting the Configuration Utility and invoke the properties of the shortcut. You can then specify the following functions after natparm.exe in the Target text box.
Function | Description |
---|---|
exit
|
Terminates the Configuration Utility. |
import=parameter-file
|
Imports the specified parameter file. |
export=parameter-file
|
Exports the specified parameter file. |
parm=parameter-file |
Selects the specified parameter file in the tree. |
save
|
Saves a parameter file. |
save=new-parameter-file-name
|
Saves a parameter file under a different name. |
Multiple functions can be specified one after the other (see the examples below).
Invoke the Configuration Utility and select the specified parameter file in the tree so that it can be edited immediately:
natparm.exe parm=parameter-file
Invoke the Configuration Utility, select the specified parameter file in the tree, and save it as a new file with the specified name:
natparm.exe parm=parameter-file save=new-parameter-file-name
Invoke the Configuration Utility, load and export the specified parameter file and terminate the Configuration Utility:
natparm.exe parm=parameter-file export=parameter-file exit
Invoke the Configuration Utility, import the specified parameter file and save it under the name of the imported file:
natparm.exe import=parameter-file save