Has any one called an expect module from a C++ routine?
My driver is a C++ module that will call an expect module to execute a command. I need to return different return codes from the expect module back to the C++ module.

Has anyone done this?
Help is greatly appreciated.