void processCommand()
    {
        cp.Command(inputText);

        lineAbove.updateText(inputText);
        updateConsole("");
    }