You've already forked lazarus-ccr
fpspreadsheet: Add batch scripts to run all console demos automatically.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7994 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -113,8 +113,13 @@ begin
|
||||
workbook.Free;
|
||||
end;
|
||||
|
||||
WriteLn('Press ENTER to quit...');
|
||||
ReadLn;
|
||||
if ParamCount = 0 then
|
||||
begin
|
||||
{$IFDEF MSWINDOWS}
|
||||
WriteLn('Press [ENTER] to quit...');
|
||||
ReadLn;
|
||||
{$ENDIF}
|
||||
end;
|
||||
|
||||
end.
|
||||
|
||||
|
Reference in New Issue
Block a user