Dear all,
I have the following requirements for my application:
Currently there is a process which sends some text to a program on a PC. The program formats the text and generates a print out.
I have no access to the source code of the program which does the above. However, I can configure the stream to send the text to an application that I would like to develop.
The application would get the feed, and process it.
I was thinking that the way to achieve this would be through command line argument (CLA). I could be wrong.
I need advice on whether this would be the right approach in which case you could also advise on where I could access some tutorials on CLA.
In case my thinking is wrong please advise on how I could achieve this task.
Thank you.
I have the following requirements for my application:
Currently there is a process which sends some text to a program on a PC. The program formats the text and generates a print out.
I have no access to the source code of the program which does the above. However, I can configure the stream to send the text to an application that I would like to develop.
The application would get the feed, and process it.
I was thinking that the way to achieve this would be through command line argument (CLA). I could be wrong.
I need advice on whether this would be the right approach in which case you could also advise on where I could access some tutorials on CLA.
In case my thinking is wrong please advise on how I could achieve this task.
Thank you.