}
public Console getConsole() {
if (console == null) {
console = new Console(this);
iCtx = new ConsoleExecutionContext(this);
iCtx.installCommand(new CmdLs());
iCtx.installCommand(new CmdCd());
iCtx.installCommand(new CmdCtx());
try {
iCtx.setFileSystem(new PlatformFile(new File(".").getCanonicalFile()));