This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can't figure out how to pass command arguments via cygstart


On 11-9-2002 2:14, Andre Srinivasan wrote:

I'd like to invoke command foo and pass the -s switch to the command.
When I try

       cygstart --hide foo -s

cygstart complains that it does not understand the -s switch.  Is
there a way to do this?

Yes, that's a bit unfortunate.

I don't think there is a real solution for this - how would popt know that it shouldn't parse the "-s"?
There is a workaround, though. You can use
cygstart --hide -- foo -s

Best regards,

- Michael


--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]