S
Stewart Saathoff
Hello,
I was wondering if anyone knows how to parse command line variables upon
execution of an application. For example, I want to be able to type this
at a command line: "myapp.exe /cid:12353" and have "myapp.exe" open and
display a record for a client with the id of 12353.
Does anyone know how to do that. Currently I have a text box on my form
that if I enter 12353 and hit enter, the record will appear. I want this to
be possible through a command line however.
Thanks in advance.
I was wondering if anyone knows how to parse command line variables upon
execution of an application. For example, I want to be able to type this
at a command line: "myapp.exe /cid:12353" and have "myapp.exe" open and
display a record for a client with the id of 12353.
Does anyone know how to do that. Currently I have a text box on my form
that if I enter 12353 and hit enter, the record will appear. I want this to
be possible through a command line however.
Thanks in advance.