This directory shows how to launch a separate application from within an application (similar to the START command in the MS-DOS prompt), and also shows how a child process can inherit handles from a parent process. CHILD.CPP This code demonstrates the child side of handle inheritance. MAKEFILE Change the APP variable in the makefile to compile the different examples in this directory. PARENT.CPP This code demonstrates the parent side of handle inheritance. PROC1.CPP This code launches a second process. PROCESS.MAK Visual C++ project file. Change the file in the project to compile the different examples in this directory.