| The only issue I ever had with exec() was the path differences between Windows and Unix/Linux. There is a system property that will indicate which OS you're running on. You can use this to determine the correct path structure. Having said that, it seems like there should be a better way than exec(), but with a little care, you can get your program (usign exec() ) to work properly on different OSes.
__________________ It takes 2 points to draw a straight line, but at least 3 points to draw a conclusion. |