Re: Process argument passing problems

2019-06-21 Thread Brian Inglis
On 2019-06-21 14:15, Hans-Bernhard Bröker wrote: > Am 21.06.2019 um 17:19 schrieb reiter.christ...@gmail.com: >> I have to following problem (using cmd.exe): >> C:\cygwin64\home\xy>C:\cygwin64\bin\echo.exe -DFOO=\"BAR\" -DBAR=\"FOO\" >> -DFOO=\BAR" -DBAR="FOO" >> I would have expected: >> -DFOO="BA

Re: Running 'curl' with '-o' option failed with error "curl: (23) Failed writing body (0 != 720)"

2019-06-21 Thread Brian Inglis
On 2019-06-21 01:40, Ma Hao wrote: > On 2019年06月21日 15点37分, Csaba Raduly wrote: >> On Fri, Jun 21, 2019 at 9:28 AM Ma Hao wrote: >>> I was running into the problem when I tried to download spring: >>> $ curl >>> https://codeload.github.com/spring-projects/spring-framework/zip/master -o >>> /home

Re: Process argument passing problems

2019-06-21 Thread Hans-Bernhard Bröker
Am 21.06.2019 um 17:19 schrieb reiter.christ...@gmail.com: > Hey everyone, > > I have to following problem (using cmd.exe): > > C:\cygwin64\home\xy>C:\cygwin64\bin\echo.exe -DFOO=\"BAR\" -DBAR=\"FOO\" > -DFOO=\BAR" -DBAR="FOO" > > I would have expected: > > -DFOO="BAR" -DBAR="FOO" Expecting cm

Re: Postfix+Cygwin: "mail system startup failed"

2019-06-21 Thread Christian Franke
Greywolf wrote: Greetings! First the important stuff: [uname -a]: CYGWIN_NT-10.0 milliways 3.0.7(0.338/5/3) 2019-04-30 18:08 x86_64 Cygwin [windows]: Windows 10 Pro for Workstations Build 16299.rs3_release_svc.180808-1748 [this is a work computer so getting updates for it may not be possible]

SAP for Retail users lists

2019-06-21 Thread Macy Greene
Hi, Would you like to acquire contacts of SAP for Retail users to market your products and services? If you are interested please let me know your target Geography, So that I can give me more information on counts, pricing and few samples to check our data quality. Thank you and looking

Process argument passing problems

2019-06-21 Thread reiter . christoph
Hey everyone, I have to following problem (using cmd.exe): C:\cygwin64\home\xy>C:\cygwin64\bin\echo.exe -DFOO=\"BAR\" -DBAR=\"FOO\" -DFOO=\BAR" -DBAR="FOO" I would have expected: -DFOO="BAR" -DBAR="FOO" Context: I'm executing various cygwin programs through (native) Python and passing C macros

回复:Re: Running 'curl' with '-o' option failed with error "curl: (23) Failed writing body (0 != 720)"

2019-06-21 Thread Ma Hao
Thanks for pointing that out.Appreciate your quick responding. Ma HaoBR email: mahao_...@sina.cn Phone: +86(0)13981759428 Location: Tianfu Software Park, Tianfu avenue, High Tech Zone, Chengdu, Sichuan Province, China - 原始邮件 - 发件人:Csaba Raduly 收件人:maha

Re: Running 'curl' with '-o' option failed with error "curl: (23) Failed writing body (0 != 720)"

2019-06-21 Thread Csaba Raduly
Hi, On Fri, Jun 21, 2019 at 9:28 AM Ma Hao wrote: > > Hi, > I was running into the problem when I tried to download spring: > $ curl > https://codeload.github.com/spring-projects/spring-framework/zip/master -o > /home/cdmahao/ You told curl to write the download to a file named /home/cdmahao/