in reply to error on system() call???

Sounds like a pathing problem. You are calling the program, but it can't find its accessory files (i.e. report_builder.msg). Add the proper location to the path, or maybe you can use chdir $LOC so you are in the directory where the accessory files are located. This should fix this problem.

-THRAK
www.polarlava.com