[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] [GM2] "exec" Procedure in iso-libraries?
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] [GM2] "exec" Procedure in iso-libraries? |
Date: |
Wed, 21 Oct 2015 16:06:53 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
"address@hidden" <address@hidden> writes:
> Hello List,
>
> in the "ulm" libraries, in Module "CallShell" there is procedure
> "Call", allowing a program to call a shell and execute some other
> program or system command. Is there something similar in the "iso"
> libraries?
>
> Thanks and regards, Georg
Hi Georg,
res := libc.system (ADR ("command")) ;
should do the trick,
regards,
Gaius