Mail Archives: djgpp/1999/04/28/03:42:59
On Tue, 27 Apr 1999, Joshua Tacey wrote:
> I need for the User to type in a path for the files to go into and then have
> that path be passed as an argument to the program that the install program
> must execute. I need for the Origional Program (The Install One) to keep on
> running after the program it exec's is complete.
You need to use either the function `system' or one of the functions from
the `spawn' family. Look up their documentation in the library reference.
For example, type this from the DOS prompt:
info libc alpha system
(You will need the stand-alone Info reader for this; it is part of the
txi312b.zip package.)
- Raw text -