Support multiple commands via ExecuteCommand

Currently when using ExecuteCommand() if you attempt to use ; to split commands, it does not parse correctly, so instead if you want to execute multiple commands, you’d need to loop.

If you input a command into txAdmin’s live console, it works as expected.

Tabarra said: the input parser for stdin (which is where the live console is plugged into) is different from the one in ExecuteCommand

1 Like