On 21. 4. 2018 17:38, Brian Inglis wrote:
See my other post in this thread where strace shows @ handling is not involved,
as the script directory and name are normalized and converted to a win32 path
correctly, but child_info_spawn::worker does not appear to quote args with
spaces (or apostrophes
On 2018-04-22 07:51, Andrey Repin wrote:
>> On Thu 2018-04-19 (17:28), Brian Inglis wrote:
>>> cygstart .../setup-x86 --quiet-mode ... && sleep 1 && kill -9 $$ $PPID
>> Ahh... cygstart does the trick! :-)
>> I was not aware of this helper program. Good to know!
> In this specific case, it is better
On 2018-04-17 10:29, Ulli Horlacher wrote:
> On Tue 2018-04-17 (18:10), Achim Gratz wrote:
>> Ulli Horlacher writes:
>>> There is no information about the hardware (system platform)
>> ls /proc/registry/HKEY_LOCAL_MACHINE/SYSTEM/HardwareConfig/Current/
> /proc/registry/HKEY_LOCAL_MACHINE/SYSTEM: ls
On 4/22/2018 7:04 AM, Yasutaka Atarashi wrote:
> Replacing all occurrences of defined(CYGWIN) with defined(__CYGWIN__) enables
> Cygwin Subversion to handle UNC path.
> For example, it could handle repositories checked out by TortoiseSVN from UNC
> path.
> (Replacing libsvn_subr is enough to fix)
Greetings, Ulli Horlacher!
> On Thu 2018-04-19 (17:28), Brian Inglis wrote:
>> cygstart .../setup-x86 --quiet-mode ... && sleep 1 && kill -9 $$ $PPID
> Ahh... cygstart does the trick! :-)
> I was not aware of this helper program. Good to know!
In this specific case, it is better to use
cmd /C
Hi.
I found a possible improvement for Cygwin Subversion.
Currently, Cygwin Subversion can not handle UNC path correctly.
07-fix-path-tests.patch in Cygwin Subversion package says "But do support a
little UNC".
However, it does not work correctly.
This is just because of a typo.
In that patch,
Greetings, Ulli Horlacher!
> I want to start a cygwin program via a cmd batch script.
> I have:
> C:\cygwin>type runcmd.bat
> @echo off
> C:
> chdir C:\cygwin\bin
> bash --login -c "%*"
Try
bash --login -c '%*'
> echo.
> pause
> But when I start it I get:
> C:\cygwin>runcmd.bat xxx \cyg
Achim Gratz writes:
>> I don't understand what you're trying to say here. Are there
>> differences or not?
>
> You're on to something. I have over 500 groups in my token in the old
> domain, but only half of those end up in the token when I'm logged in on
> the machine in the new domain (at least
Ulli Horlacher writes:
> There is no HardwareConfig (on Windows 7 32bit).
You need to have administrative rights to see that branch.
> But I found:
>
> "wmic csproduct get name"
Yes, that is probably a better idea.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk B
9 matches
Mail list logo