comp.lang.ada
 help / color / mirror / Atom feed
From: sk <noname@myob.com>
Subject: Re: ada making linux script calls
Date: Thu, 21 Feb 2002 10:01:43 -0600
Date: 2002-02-21T10:01:43-06:00	[thread overview]
Message-ID: <mailman.1014307322.31145.comp.lang.ada@ada.eu.org> (raw)
In-Reply-To: a532nv$r48$1@knossos.btinternet.com

Hi,

with Gnat.Os_Lib;

...

Success : Boolean;

....

OS_Lib.Spawn (
    Program_Name => "/bin/bash", -- On a DOS try "c:\command"
    Argument_List => new Gnat.Os_Lib.Argument_List'(
        1=> "myscript.sh"
    ),
    Success => Success
);


-------------------------------------
-- Merge vertically for real address
-------------------------------------
s n p @ t . o
 k i e k c c m
-------------------------------------



  reply	other threads:[~2002-02-21 16:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-21 15:11 ada making linux script calls tony gair
2002-02-21 16:01 ` sk [this message]
2002-02-21 16:34   ` tony gair
2002-02-22 17:31     ` file13
replies disabled

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