Get system command output: Difference between revisions

Content added Content deleted
(Added Ada example)
Line 25: Line 25:
begin
begin
Args := Argument_String_To_List (Command);
Args := Argument_String_To_List (Command);
-- execute the sytem command and get the output in a single string
-- execute the system command and get the output in a single string
declare
declare
Response : String :=
Response : String :=