How to launch a Shortcut with Spaces in Java using ProcessBuilder
This is the code I would use normally to execute a Shortcut file (.lnk) //Get Directory String currentDir = new File(game.getGamePath()).getCanonicalPath(); //Parse Directory to put …