conf.setProperty("node.folder", path);
// Create a command line
Commands com = new Commands(conf, name, object);
com.connect();
Shell s = ShellFactory.createConsoleShell("node", "", com);
s.commandLoop();
} catch (Exception e) {
e.printStackTrace();
}