361362363364365366367368369370371
*/ protected void runScripts(String script) { //Store Current State boolean oldBatch = _batchMode; CommandParser oldParser = _console.getCommandParser(); setBatchMode(true); try { _devlog.debug("Running script '" + script + "'");