Get system command output: Difference between revisions

m
(Added Ada example)
Line 25:
begin
Args := Argument_String_To_List (Command);
-- execute the sytemsystem command and get the output in a single string
declare
Response : String :=
Anonymous user