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=2.1 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY,PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,9384451580450d27 X-Google-Attributes: gid103376,public From: "Pascal Obry" Subject: Re: comand line arguments Date: 1997/10/10 Message-ID: <61kl5h$crd$1@cf01.edf.fr>#1/1 X-Deja-AN: 279137781 References: <343D6FC1.7B3B@unx1.shsu.edu> X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Organization: EDF - Direction des Etudes et Recherches Newsgroups: comp.lang.ada Date: 1997-10-10T00:00:00+00:00 List-Id: look at the Ada.Command_Line package. -- --|------------------------------------------------------------ --| Pascal Obry Team-Ada Member | --| | --| EDF-DER-IPN-SID- Ing�nierie des Syst�mes d'Informations | --| | --| Bureau G1-010 e-mail: pascal.obry@der.edfgdf.fr | --| 1 Av G�n�ral de Gaulle voice : +33-1-47.65.50.91 | --| 92141 Clamart CEDEX fax : +33-1-47.65.50.07 | --| FRANCE | --|------------------------------------------------------------ --| --| http://ourworld.compuserve.com/homepages/pascal_obry --| --| "The best way to travel is by means of imagination" ucs_rat@shsu.edu a �crit dans le message <343D6FC1.7B3B@unx1.shsu.edu>... >Could some one give me a quick snibbit of code to do simple command line >aruguments in GNAT Ada95. IF there are any necessary with and use >declartions would you let me know about them too? It doesn't have to be >complex just some basic commands that cuold be done from batches...just >would rather wrapp is all up in one tight ada program. > >Thanks for the help, > >Robert A. Thompson