I'm wondering how to call a program from within another program and pass it arguments. I've gotten close by using the "shell.execute()" command but once it get into the 2nd program it get's a bit unhappy... It doesn't like that I'm "requiring" things at again in the 2nd program... Is there another command I should be using instead of "shell.execute()"?
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
I'm wondering how to call a program from within another program and pass it arguments. I've gotten close by using the "shell.execute()" command but once it get into the 2nd program it get's a bit unhappy... It doesn't like that I'm "requiring" things at again in the 2nd program... Is there another command I should be using instead of "shell.execute()"?
Here is how I'm using it currently:
Link to post
Share on other sites