Skip to content

Instantly share code, notes, and snippets.

@JordiCorbilla
Last active May 26, 2016 21:43
Show Gist options
  • Save JordiCorbilla/2ec3f6db92b93874ebc58f9d99e74fee to your computer and use it in GitHub Desktop.
Save JordiCorbilla/2ec3f6db92b93874ebc58f9d99e74fee to your computer and use it in GitHub Desktop.
/**
* @Author: Jordi Corbilla
* (c) Copyright by Jordi Corbilla.
**/
CaptureConsoleOutput('java -version', '',
procedure(const Line: PAnsiChar)
begin
Memo1.Lines.Add(String(Line));
end
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment