I still am not sure how to use system() even after reading all of the documentation. For example, lets say I need to execute a program '/home/mail/add_members'. And with that program I have three arguments 'filename' 'type of e-mai' 'mailing lists'. How do I execute that program with the system() command? What I have been doing is:
If this should work, please tell me, if there are some grevious errors please correct me. Thank you for your help.