I'm trying to pass an argument at an executable program launched from the command line. The passed argument is not required at the initial executable execution but it is asked after some computations are done. The process remains in pending condition until the required argument is passed from command line. After the insertion of such parameter the program ends its execution. I need to automate the overall process. Is there anyone who can help me ?
Any possible suggestions are welcome
Michele