if (configuration.isCustomExecutable()) {
final String filePath = configuration.isCustomFileToLaunch()
? configuration.getCustomFileToLaunchPath()
: getOutputFilePath(module, settings);
return super.doExecute(project, new CommandLineState(env) {
@NotNull
@Override
protected ProcessHandler startProcess() throws ExecutionException {
final GeneralCommandLine commandLine = new GeneralCommandLine();
commandLine.setWorkDirectory(PathUtil.getParentPath(module.getModuleFilePath()));