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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6bcdc23b05684cbe,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-24 13:19:08 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!sn-xit-03!sn-xit-06!sn-xit-09!sn-xit-08!supernews.com!news.airnews.net!cabal12.airnews.net!usenet From: David Gressett Newsgroups: comp.lang.ada Subject: Newbie GNAT question Date: Fri, 24 Oct 2003 15:18:59 -0500 Organization: Airnews.net! at Internet America Message-ID: Abuse-Reports-To: abuse at airmail.net to report improper postings NNTP-Proxy-Relay: library1-aux.airnews.net NNTP-Posting-Time: Fri, 24 Oct 2003 15:16:55 -0500 (CDT) NNTP-Posting-Host: !c I am trying to use the GNAT.OS_Lib package so that I can construct an argument list and then spawn another program using that argument list. The argument list will contain filenames which the spawned program will open. I'm being defeated by Ada's strong typing. Is there any example code for this on the Web somewhere, or could somebody produce a quick example of how to do it?