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,68a5a814432c9640,start X-Google-Attributes: gid103376,public From: "Robert A. Thompson" Subject: Issueing Commands Date: 1997/10/11 Message-ID: <343F32CC.5BF4@unx1.shsu.edu>#1/1 X-Deja-AN: 279440275 Organization: Sam Houston State University Reply-To: stdrat01@unx1.shsu.edu Newsgroups: comp.lang.ada Date: 1997-10-11T00:00:00+00:00 List-Id: I have recently posted about command line arguements and have a very nice program on how to retrieve the command line paramters passed to me from a program, but I was wondering how you could issue some command line arguements. e.g. dir, copy, move, etc... That way when calling say dir.adb I could have it emulate an ls... or could just right batch files as ada exacutables. If some one could help me out with some decent starter code or gett me going I would really appreciate it. Robert A. Thompson