private void myFunction(String userName){ String fileName = this.generateFile(userName); String[] command = new String[4]; command[0] = \"cmd\"; comm
At the risk of repeating myself I'm gonna say it again: java.lang.ProcessBuilder is much better option