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,a1d846d0e0466c9b X-Google-Attributes: gid103376,public From: eachus@spectre.mitre.org (Robert I. Eachus) Subject: Re: Program (not task) Activation Date: 1998/04/21 Message-ID: #1/1 X-Deja-AN: 346352453 References: <#CDmPrma9GA.300@ntawwabp.compuserve.com> Organization: The Mitre Corp., Bedford, MA. Newsgroups: comp.lang.ada Date: 1998-04-21T00:00:00+00:00 List-Id: In article <#CDmPrma9GA.300@ntawwabp.compuserve.com> Jeremy T Smith <75534.2075@CompuServe.COM> writes: Can anyone suggest a way to kick these off as a series of independant executables, not tasks, from within Ada95? They must be launched as if from the command line, with certain setup options passed as command line parameters. The rest of the simulation environment is now running correctly, but we're stuck on this one. Thanks. I assume that the SGI computer you are using supports some version of the Unix "system" call, or some equivalent functionality. (You didn't specify which SGI model or OS you are using.) Is there some reason that just making such a call with the appropriate string won't work? -- Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is...