in reply to Unix Shell Scripts

"Here is an example of what I am doing: ` . ksh build.ksh `; or this system (". ksh build.ksh ");

I'd say, just make sure your hashbang in build.ksh points out to your `ksh` shell binary and try it like this:

system('/path/to/build.ksh');
--
b10m

All code is usually tested, but rarely trusted.