LOGGER.debug("Failed to execute command: " + command.getCommand(), e);
}
}
// Otherwise, copies the files locally before running the command.
else {
ProgressDialog progressDialog = new ProgressDialog(mainFrame, Translator.get("copy_dialog.copying"));
progressDialog.start(new TempOpenWithJob(new ProgressDialog(mainFrame, Translator.get("copy_dialog.copying")), mainFrame, selectedFiles, command));
}
}