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,b7c793204bb28111,start X-Google-Attributes: gid103376,public From: "Robert A. Thompson" Subject: Command issuing Date: 1997/10/15 Message-ID: <3444EB03.6963@unx1.shsu.edu>#1/1 X-Deja-AN: 280754178 Organization: Sam Houston State University Reply-To: stdrat01@unx1.shsu.edu Newsgroups: comp.lang.ada Date: 1997-10-15T00:00:00+00:00 List-Id: I have recently posted to news groups asking for help on Command line arguments. I have recieved lots of help and information that I am extremely appreciative of, however I think I may have miss worded that. I need to know how to issue commands to the os not get the paramters issued when calling the program. I would like to know how to issue a DIR... cd... or what ever to make an ada program emulate a batch file or something. It does not have to be complex could some one show me how to write an ada program that could in esses make the program issue commands in a fashion I prefer. ie. dir = ls chmod = cacls etc... It would not have to be that complex. If I could just see how to get the ada program to issue the command then I could get it to do everything else. I would greatly appreciate it. Sincerely, Robert A. Thompson