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,FREEMAIL_FROM,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,606dce50cb9f8003,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-11-30 17:24:31 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed00.sul.t-online.de!t-online.de!newsfeed.freenet.de!news.freenet.de!not-for-mail From: "Heiko Hamann" Newsgroups: comp.lang.ada Subject: How to read console commands Date: Sat, 1 Dec 2001 02:26:56 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: <3c08314e$0$158$9b622d9e@news.freenet.de> NNTP-Posting-Host: 213.7.19.26 X-Trace: 1007169870 news.freenet.de 158 213.7.19.26 X-Complaints-To: abuse@freenet.de Xref: archiver1.google.com comp.lang.ada:17257 Date: 2001-12-01T02:26:56+01:00 List-Id: 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.