|
Hi, I am developing a VS Isolated mode application and I want to add some custom arguments which I can add on the command line. Example: I would like to call my final application from the command line like this 'myapp.exe /argument1=value1' What are the best practices for solving this? Regards Lars E. |