> #include <process.h> > #include "osdefs.h" > ! /* We don't want WIN32_LEAN_AND_MEAN here -- we need ShellExecute(). = */ > #include <windows.h> > #define popen _popen hmm. my copy of the the ShellExecute docs tells you to explicitly include <shellapi.h> if you want to use that function... </F>