From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,15e9725ee4ac8322 X-Google-Attributes: gid103376,public From: "David C. Hoos, Sr." Subject: Re: [Q] Operating System Command Interface Date: 1998/05/05 Message-ID: <6inf2e$kk8$1@polo.advicom.net>#1/1 X-Deja-AN: 350479924 Distribution: world References: <6ims5j$1vo@gcsin3.geccs.gecm.com> <354F1D90.39080B2D@cl.cam.ac.uk> X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Organization: ADViCOM -- Advanced Internet Communications Newsgroups: comp.lang.ada Date: 1998-05-05T00:00:00+00:00 List-Id: Markus Kuhn wrote in message <354F1D90.39080B2D@cl.cam.ac.uk>... >Look into the IEEE POSIX.5 standard, the Ada version of the Unix API. >There you'll find procedures such as > > procedure Start_Process > (Child : out POSIX.Process_Identification.Process_ID; > Pathname : in POSIX.Pathname; > Template : in Process_Template; > Arg_List : in POSIX.POSIX_String_List > := POSIX.Empty_String_List); The reason I did not offer this solution is that Florist has not been ported to all platforms, so is not as ubiquitous as the call to the "system" library function. David C. Hoos, Sr.