Hi,
I've created an application using VB.net windows application, but now i want to invoke it only from command prompt by giving inputs and outputs. How can i give inputs and get outputs to windows application in command-prompt.
My windows application takes file as input and it process and makes a output file specified by the user. I've used 2-forms, in which one reads the input and other is used for the output.
kindly give some solution for this scenario