XSpawn Borland C++ OWL 2.0 Demo - Rebuild Instructions ------------------------------------------------------ To rebuild the XSpawn Borland C++ OWL Demo, use either the project file (COWLDEMO.IDE) or the make file (COWLDEMO.MAK) with Borland C++ 4.0. Note : The COWLDEMO.CPP assumes that XEXECD.H is available at the path ..\src. If this is not so, modify the file to indicate its location. For example, if XEXECD.H resides in \XSPAWN\SRC, the line in COWLDEMO.CPP that says : #include "..\XEXECD.H" should be changed to : #include "\XSPAWN\SRC\XEXECD.H"