Add command line in verbose mode

This commit is contained in:
Pierre Muller 2024-01-30 18:02:06 +01:00
parent f4a413fabd
commit 3bee7636dd

View File

@ -427,7 +427,9 @@ begin
DosBoxProcess.Parameters.Add(ADosBoxDir + 'dosbox.conf');
if hide_execution then
DosBoxProcess.ShowWindow := swoHIDE;
DosBoxProcess.Execute;
if verbose then
writeln('Starting ',ADosBoxBinaryPath+' -conf dosbox.conf');
DosBoxProcess.Execute;
repeat
Inc(Time);
if (Time > 10*dosbox_timeout) and do_exit then