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,606dce50cb9f8003 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-30 18:22:09 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.mathworks.com!wn3feed!worldnet.att.net!135.173.83.71!wnfilter1!worldnet-localpost!bgtnsc05-news.ops.worldnet.att.net.POSTED!not-for-mail Message-ID: <3C083EE2.62109F88@worldnet.att.net> From: James Rogers X-Mailer: Mozilla 4.76 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: How to read console commands References: <3c08314e$0$158$9b622d9e@news.freenet.de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 01 Dec 2001 02:22:08 GMT NNTP-Posting-Host: 12.77.29.238 X-Complaints-To: abuse@worldnet.att.net X-Trace: bgtnsc05-news.ops.worldnet.att.net 1007173328 12.77.29.238 (Sat, 01 Dec 2001 02:22:08 GMT) NNTP-Posting-Date: Sat, 01 Dec 2001 02:22:08 GMT Organization: AT&T Worldnet Xref: archiver1.google.com comp.lang.ada:17262 Date: 2001-12-01T02:22:08+00:00 List-Id: You want to use the Ada.Command_Line package to handle command line options. Jim Rogers Colorado Springs, Colorado Heiko Hamann wrote: > > 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.