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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,606dce50cb9f8003 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-30 18:26:04 PST From: "Roger Gari�py" Newsgroups: comp.lang.ada References: <3c08314e$0$158$9b622d9e@news.freenet.de> Subject: Re: How to read console commands X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: Date: Fri, 30 Nov 2001 21:24:32 -0500 NNTP-Posting-Host: 204.101.179.172 X-Complaints-To: abuse@sympatico.ca X-Trace: news20.bellglobal.com 1007173062 204.101.179.172 (Fri, 30 Nov 2001 21:17:42 EST) NNTP-Posting-Date: Fri, 30 Nov 2001 21:17:42 EST Organization: Bell Sympatico Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newsfeed.direct.ca!look.ca!news1.tor.metronet.ca!webster!nf1.bellglobal.com!nf2.bellglobal.com!news20.bellglobal.com.POSTED!not-for-mail Xref: archiver1.google.com comp.lang.ada:17263 Date: 2001-11-30T21:24:32-05:00 List-Id: Read the Package Command_Line in Annex A of your Ada maual. Excerp: "The package Command_Line allows a program to obtain the values of its arguments and to set the exit status code to be returned on normal termination." You will find the information you need there. ------------------------------------------------------- Roger Gari�py :-) <- :-( rgariepy@rocler.qc.ca "Heiko Hamann" a �crit dans le message news: 3c08314e$0$158$9b622d9e@news.freenet.de... > Hi! > > I would like to read console commands that were included like this: > "program -d=500 e=12" > with a Ada program. How can that be done? > > Thank you and bye > > Heiko. > >