Is there a way to pass command line arguments to my Pocket PC application?
When I run my program, I would like to pass information to it, such as which data files to load, whether or not to display debug information, etc.
How do I do this?
Command Line Arguments?