368369370371372373374375376377378
try { _devlog.debug("Running script '" + script + "'"); _console.setCommandParser(new SimpleCommandParser(new BufferedReader(new FileReader(script)))); start(); } catch (java.io.FileNotFoundException e) {