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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ed2c270d51f000e1 X-Google-Attributes: gid103376,public From: "Bob Klungle" Subject: Re: HELP: how to get parameters given to an exe ? Date: 1997/03/27 Message-ID: <01bc3a8d$7d498060$4bfd1fcc@p5120.bda>#1/1 X-Deja-AN: 228706116 References: Organization: B & D Associates X-NETCOM-Date: Thu Mar 27 2:58:46 AM CST 1997 Newsgroups: comp.lang.ada Date: 1997-03-27T02:58:46-06:00 List-Id: > > I wan't the user be able to pass parameters after the name of the exe file > i wrote. > > e.g.: myprog arg1 arg2 ... > > like in Unix: ls -l (i want to get this "-l") parmeter > or Dos: dir a: ( the "a:") > > Is there a possibility to code this kinda thing in Ada 83, under Unix ??? > > (I think under Unix or dos, the code in Ada might be the same...) > > TTTIA. Verdix (now Rational) Ada'83 does in fact have a command-line interface. Read the Verdix docs. If you need, I can send an implementation I have. cheers...bob