Subject: Re: executing from within a modula-program
Message-ID: <37611@uflorida.cis.ufl.edu>
Date: 12 Nov 92 22:29:29 GMT
References: <16490.2AFB1912@puddle.fidonet.org>
Sender: news@uflorida.cis.ufl.edu
Organization: Univ. of Florida CIS Dept.
Lines: 40
Nntp-Posting-Host: insect.cis.ufl.edu
In article <16490.2AFB1912@puddle.fidonet.org>, Hubert.Mock@p1.f67.n246.z2.fidonet.org (Hubert Mock) writes:
|> Hi Ronald,
|> > I use Topspeed modula 3.1 and had a problem in my last program. Does
|> > anyone know how Ii can execute another program from a modula program so
|> > that this modula program is removed from memory (the program is stopped
|> > and so may be removed from memory). This program is a menusystem that
|> > executes other programs. If i choose a program the program must execute
|> > it and remove the modula program. Thus the problem is how i can do this
|> > !! Please answer if you know it. Very much obliged...
|>
|> The easiest solution would be if you leave your menusystem-program with setting different errorlevels. In a batchfile you can start other programs depending on the errorlevel.