wondering if anyone can help me out. In a C# console application, using NDESK.Options, if the user selects a certain flag (for this example let's say "other") I need to ensure that 4 values are passed (which in turn will populate 4 variables).
Example:
app.exe -other «val1» «val2» «val3» «val4»
where val1 will be Username<br>
where val2 will be Hostname<br>
where val3 will be CurrIPAddr<br>
where val4 will be OSVer<br>