Reputation: 1
I have a custom script that will be bundled (or compiled) in my application that would normally take an argument such as:
# command argument
How do I call it (with the argument) when the application starts and have it continue running in the background until the application quits?
Upvotes: 0
Views: 356