From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: Wed, 21 Apr 93 15:17:04 -0700 From: mkm%srs21g@scf28.scf.loral.com (Mike K. McNair) Subject: Re: VMS Ada Question Message-ID: <9304212217.AA19110@srs21g.scf.loral.com> List-Id: >Can somebody please tell me how to make system calls via Ada? I'm trying >to perform one of the following: > >1). From within an Ada program, I would like to compile another. > >2). From within an ada program, I would like to perform a "directory /date" > call. > >Thanks! > >-David W. Madden Dave, Take a look at the packages: Tasking_Services and Starlet. Both of these DEC supplied packages provide bindings to the VMS system services. The Run-Time Reference manual supplied with your DEC-Ada installation describes how to setup and call the subprograms in these packages. -MKM-