I couldn't find any references to command line input to a VB exe anywhere in the MSDN CDs or at Microsoft. An associate told me about the 'command' string which one needs to parse for parameters.

But I'm curious to know where this is documented- I certainly can't find it. Anyone know please?

Is there some standard way of dealing with the resulting string, or does each programmer typically handle this individually? Are there any recommended rules for switches and so on?

Thanks all.