comp.lang.ada
 help / color / mirror / Atom feed
From: file13 <file13@qlippoth.zzn.com>
Subject: Re: ada making linux script calls
Date: Fri, 22 Feb 2002 11:31:45 -0600
Date: 2002-02-22T11:31:45-06:00	[thread overview]
Message-ID: <3C768081.4060501@qlippoth.zzn.com> (raw)
In-Reply-To: a537il$87q$1@helle.btinternet.com

tony gair wrote:
> thanks sk
> you're a star
> 
> 
> "sk" <noname@myob.com> wrote in message
> news:mailman.1014307322.31145.comp.lang.ada@ada.eu.org...
> 
>>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
>>-------------------------------------
>>
> 
> 

he he, yup, fu

http://sourceforge.net/projects/fu-scan/

makes extensive use of system calls.  i wrote a small thin POSIX binding 
for it--which is in the source--because florist was so clunky and didn't 
compile on Slackware 8--the 3.14 versions does though.....

http://www.qlippoth.com/ada.html
http://www.qlippoth.com/os.tar.gz

of course check out

http://www.vaxxine.com/pegasoft/homes/book.html

good luck!

file13
http://www.qlippoth.com/




      reply	other threads:[~2002-02-22 17:31 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
2002-02-21 16:34   ` tony gair
2002-02-22 17:31     ` file13 [this message]
replies disabled

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