comp.lang.ada
 help / color / mirror / Atom feed
From: wzm@venusic.com (wzm)
Subject: Re: run external .exe files within an ada program..
Date: 5 Jul 2001 05:50:14 -0700
Date: 2001-07-05T12:50:14+00:00	[thread overview]
Message-ID: <90bbca14.0107050450.55233f15@posting.google.com> (raw)
In-Reply-To: mailman.994262345.19004.comp.lang.ada@ada.eu.org

in GNAT&#65292;there are two subprograms in GNAT.OS_LIB,
   procedure Spawn
     (Program_Name : String;
      Args         : Argument_List;
      Success      : out Boolean);

   function Non_Blocking_Spawn
     (Program_Name : String;
      Args         : Argument_List)
      return         Process_Id;
they can execute the external file.  

"David C. Hoos, Sr." <david.c.hoos.sr@ada95.com> wrote in message news:<mailman.994262345.19004.comp.lang.ada@ada.eu.org>...
> The attachment is an Ada95 binding to the C function "system."
> 
> The binding is portable across operating systems -- i.e., it's not
> limited to Win32 platforms.
> 
> ----- Original Message -----
> From: "Henrik M�llberg" <mollberg@hotmail.com>
> Newsgroups: comp.lang.ada
> To: <comp.lang.ada@ada.eu.org>
> Sent: July 04, 2001 9:09 AM
> Subject: run external .exe files within an ada program..
> 
> 
> > how do I do that? does it exist any counterparts to "system" in perl or
>  something?
> >
> > (I'm developing in win32 environment)
> >
> > regards,
> > Henrik
> > _______________________________________________
> > comp.lang.ada mailing list
> > comp.lang.ada@ada.eu.org
> > http://ada.eu.org/mailman/listinfo/comp.lang.ada
> >
> 
> --



  reply	other threads:[~2001-07-05 12:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-04 14:09 run external .exe files within an ada program Henrik Möllberg
2001-07-04 14:46 ` Alfred Hilscher
2001-07-04 15:59 ` David C. Hoos, Sr.
2001-07-05 12:50   ` wzm [this message]
2001-07-05 13:30   ` Ted Dennison
  -- strict thread matches above, loose matches on Subject: below --
2001-07-10 22:16 Beard, Frank
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox