J
John M Deal
You can use either:
Environment.GetCommandLineArgs
or
Environment.CommandLine
The first returns a string array the second just a string (that you'll
need to parse). Hope that helps.
Have A Better One!
John M Deal, MCP
Necessity Software
Environment.GetCommandLineArgs
or
Environment.CommandLine
The first returns a string array the second just a string (that you'll
need to parse). Hope that helps.
Have A Better One!
John M Deal, MCP
Necessity Software