Source commit: 51b3016ddc499e01eb2cc3c2469f1b8f5680a74a
@@ -1570,6 +1570,7 @@ bool __fastcall TScpCommanderForm::ExecuteCommandLine()
{
UnicodeString Command = CommandLineCombo->Text;
bool Result =
+ !NonVisualDataModule->Busy &&
!Command.IsEmpty() &&
((FCurrentSide != osRemote) ||
(Terminal->AllowedAnyCommand(Command) &&