Re: parsing command line arguments multiple times

2005-04-29 Thread John Doe
Am Freitag, 29. April 2005 11.22 schrieb lohit: > On 4/29/05, John Doe <[EMAIL PROTECTED]> wrote: > > Am Freitag, 29. April 2005 10.19 schrieb lohit: > > > On 4/29/05, John Doe <[EMAIL PROTECTED]> wrote: > > > > Am Freitag, 29. April 2005 09.19 schrieb lohit: > > > > > On 4/29/05, lohit <[EMAIL PRO

Re: parsing command line arguments multiple times

2005-04-29 Thread lohit
On 4/29/05, John Doe <[EMAIL PROTECTED]> wrote: > > Am Freitag, 29. April 2005 10.19 schrieb lohit: > > On 4/29/05, John Doe <[EMAIL PROTECTED]> wrote: > > > Am Freitag, 29. April 2005 09.19 schrieb lohit: > > > > On 4/29/05, lohit <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > > > > Hi > > > > >

Re: parsing command line arguments multiple times

2005-04-29 Thread John Doe
Am Freitag, 29. April 2005 10.19 schrieb lohit: > On 4/29/05, John Doe <[EMAIL PROTECTED]> wrote: > > Am Freitag, 29. April 2005 09.19 schrieb lohit: > > > On 4/29/05, lohit <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > Hi > > > > > > i have a requirement, as in based on one command line option, t

Re: parsing command line arguments multiple times

2005-04-29 Thread lohit
On 4/29/05, John Doe <[EMAIL PROTECTED]> wrote: > > Am Freitag, 29. April 2005 09.19 schrieb lohit: > > On 4/29/05, lohit <[EMAIL PROTECTED]> wrote: > > > Hi, > > Hi > > > > i have a requirement, as in based on one command line option, the rest > > > of the arguments change for the same script.

Re: parsing command line arguments multiple times

2005-04-29 Thread John Doe
Am Freitag, 29. April 2005 09.19 schrieb lohit: > On 4/29/05, lohit <[EMAIL PROTECTED]> wrote: > > Hi, Hi > > i have a requirement, as in based on one command line option, the rest > > of the arguments change for the same script. > > eg: script could be called in either of the ways > > script1 -

Re: parsing command line arguments multiple times

2005-04-29 Thread lohit
On 4/29/05, lohit <[EMAIL PROTECTED]> wrote: > > Hi, > i have a requirement, as in based on one command line option, the rest of > the arguments change for the same script. > eg: script could be called in either of the ways > script1 -option1 -option2 adfas -option3 > script -option1 -option4

parsing command line arguments multiple times

2005-04-28 Thread lohit
Hi, i have a requirement, as in based on one command line option, the rest of the arguments change for the same script. eg: script could be called in either of the ways script1 -option1 -option2 adfas -option3 script -option1 -option4 my question is 1. how do we get the option1 alone from GetO