Hello, I am working on a command line application that can take a command line argument like
app -port 8888 -filename d:\xyz\xyz.pdf -dest d:\pqr
I am looking for a function that can return a couple of parameters to me, and this value corresponds to getopt in c.
Prasad s deshpande
source share