public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* How to pass parameters to a windows application
@ 2010-08-02  0:43 Jason Pyeron
  2010-08-02  6:49 ` Dave Hylands
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Jason Pyeron @ 2010-08-02  0:43 UTC (permalink / raw)
  To: cygwin

I am at my wits end trying to figure out how to execute this in bash

C:\WINDOWS>cmd /c "start "" "C:\Documents and Settings\All
Users\Desktop\projects\crisfield\trunk\etc""

jpyeron@phoenix /projects/crisfield
$ cmd /c "\"start \"\" \"C:\\Documents and Settings\\All
Users\\Desktop\\projects\\crisfield\\trunk\\etc\"\""
The filename, directory name, or volume label syntax is incorrect.

jpyeron@phoenix /projects/crisfield
$ cmd /c '\"start \"\" \"C:\\Documents and Settings\\All
Users\\Desktop\\projects\\crisfield\\trunk\\etc\"\"'
The filename, directory name, or volume label syntax is incorrect.

jpyeron@phoenix /projects/crisfield
$ cmd /c '\"start \"\" \"C:\\Documents and Settings\\All
Users\\Desktop\\projects\\crisfield\\trunk\\etc\"\"'
The network path was not found.

jpyeron@phoenix /projects/crisfield
$ cmd /c "start \"\" \"C:\\Documents and Settings\\All
Users\\Desktop\\projects\\crisfield\\trunk\\etc\""
# A windows alert box pops up saying \\ The network path was not found.

--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- Jason Pyeron                      PD Inc. http://www.pdinc.us -
- Principal Consultant              10 West 24th Street #100    -
- +1 (443) 269-1555 x333            Baltimore, Maryland 21218   -
-                                                               -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This message is copyright PD Inc, subject to license 20080407P00.




--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2010-08-05  8:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-02  0:43 How to pass parameters to a windows application Jason Pyeron
2010-08-02  6:49 ` Dave Hylands
2010-08-02  9:31   ` Andy Koppe
2010-08-02 11:55     ` Harald Joerg
2010-08-02 11:57     ` Jason Pyeron
2010-08-02 23:17       ` Dave Hylands
2010-08-03 11:43         ` Andy Koppe
2010-08-03 11:26       ` Andy Koppe
2010-08-04 11:26         ` Corinna Vinschen
2010-08-04 19:40           ` Andy Koppe
2010-08-05  8:21             ` Corinna Vinschen
2010-08-02 11:57   ` Jason Pyeron
2010-08-02 15:55 ` Andrey Repin
2010-08-03  7:27 ` Csaba Raduly

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).