I need to call another app from my app, and send it some command line arguments. Using launchApplication works well, but I don;t know how to send the command line arguments with it. System() will send command line args, but the app appears behind the calling app.
Thanks,
Bill