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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,92cec45e19730aa6 X-Google-Attributes: gid103376,public From: David Shochat Subject: Re: Help -- Command line arguments Date: 1996/09/20 Message-ID: <32430EEE.3317@itg-sepg.logicon.com>#1/1 X-Deja-AN: 184292981 references: content-type: text/plain; charset=us-ascii organization: Logicon Information Technology Group mime-version: 1.0 reply-to: shochat@itg-sepg.logicon.com newsgroups: comp.lang.ada x-mailer: Mozilla 3.0 (Win95; U) Date: 1996-09-20T00:00:00+00:00 List-Id: Stephen M O'Shaughnessy wrote: > > Is there a way in Ada to pass commands from the command line > when a process is started? Since you didn't say, I'll assume you're using Ada 95. In that case, what you want is in package Ada.Command_Line. For Ada 83, the Standard was silent on the subject, but most Ada 83 compilers came with vendor-specific packages to do what you want. If you're not using Ada 95, you should say which compiler you are using (not to mention which platform) and someone can then tell you what the package is called for that vendor's version. -- David