I want to use the Desktop API to lauch .cmd file on Windows.
Desktop.getDesktop().open(new File(config.getCommandFilePath()));
But this launches the .cmd file as if it were called from the current directory. So it isn't the same as double-clicking the .cmd file.
Any ideas how to call the file as if we were in the directory?