* To set the control Panel command.
*/
@Override
public String getBachtExecuteFile() {
if (commandLine == null || commandLine.isEmpty()) {
UIPreferences uiPreferences = getUiPreferences();
if (uiPreferences != null) {
commandLine = uiPreferences.getControlPanel();
if (commandLine != null && commandLine.trim().isEmpty()) {
commandLine = StringTools.replaceAll(commandLine.trim(),
DevicePreferences.CONTROL_PANEL_DEVICE_NAME_STRING, "");
}
}