U
UnglueD
Hello.
I have an application that reads orders from a database and calls a
webservice to put them into an ERP system. Currently the application
reads all orders but I wish to give it the ability to only load a
certain type of orders.
I was thinking that I could call the application with parameters like
application.exe -p parameter
I need to know how to pick up these parameters in .NET so I can
determine what to load.
Any other ideas are welcome.
Thanks in advance.
I have an application that reads orders from a database and calls a
webservice to put them into an ERP system. Currently the application
reads all orders but I wish to give it the ability to only load a
certain type of orders.
I was thinking that I could call the application with parameters like
application.exe -p parameter
I need to know how to pick up these parameters in .NET so I can
determine what to load.
Any other ideas are welcome.
Thanks in advance.