comp.lang.ada
 help / color / mirror / Atom feed
* executing a file from within a program
@ 2002-03-22 14:43 Fraz
  2002-03-22 15:28 ` Ehud Lamm
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Fraz @ 2002-03-22 14:43 UTC (permalink / raw)


Is there any ada command that will allow me to launch another exe file?

Fraz





^ permalink raw reply	[flat|nested] 7+ messages in thread
* RE: executing a file from within a program
@ 2002-03-22 16:16 Beard, Frank [Contractor]
  0 siblings, 0 replies; 7+ messages in thread
From: Beard, Frank [Contractor] @ 2002-03-22 16:16 UTC (permalink / raw)


On Windows, using the Win32 API or WinApi binding, you can use Winexec
(easiest), CreateProcess, or ShellExec. 

On Unix, there's good old Fork and Exec, or better yet use the Posix binding
to call Start_Process. 

Frank 


-----Original Message-----
From: Fraz
To: comp.lang.ada@ada.eu.org
Sent: 3/22/02 9:43 AM
Subject: executing a file from within a program

Is there any ada command that will allow me to launch another exe file?

Fraz


_______________________________________________
comp.lang.ada mailing list
comp.lang.ada@ada.eu.org
http://ada.eu.org/mailman/listinfo/comp.lang.ada



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-03-23 15:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-22 14:43 executing a file from within a program Fraz
2002-03-22 15:28 ` Ehud Lamm
2002-03-22 16:09   ` Fraz
2002-03-23 15:26     ` Ehud Lamm
2002-03-22 16:02 ` sk
2002-03-22 17:41 ` Pascal Obry
  -- strict thread matches above, loose matches on Subject: below --
2002-03-22 16:16 Beard, Frank [Contractor]

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