Date: Wed, 28 Apr 1999 10:40:48 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Joshua Tacey cc: djgpp AT delorie DOT com Subject: Re: I have a question, and need some help... In-Reply-To: <7g54u0$r65@newsops.execpc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk 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.)