I've read the command line tutorial and I under stand it, but whats the "standard" process to accept arugments with switches ?
eg
PROGRAM: myApp
OPTIONS: -a somethingA
-b somethingB
-c somethingC
how do I go about acception
myApp -a somethingA -b somethingB
or
myApp -b somethingB -a somethingA
ie in different orders?



LinkBack URL
About LinkBacks


