bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: error with -dseparate-log-files


From: James
Subject: Re: error with -dseparate-log-files
Date: Mon, 20 Aug 2012 15:55:04 +0100

Hello,

On 20 August 2012 15:24, eluze <address@hidden> wrote:
>
> eluze wrote
>>
>>
>>
>> workaround (for windows):
>>
>> FOR %x IN (*.ly) DO lilypond %x [1>"%~nx.out"]  2>"%~nx.log"
>>
>
> small correction - %x should also be double-quoted for the case of file
> names with spaces; then it is
>
> FOR %x IN (*.ly) DO lilypond "%x" 1>"%~nx.out" 2>"%~nx.log"
>
> Eluze
>

what happens if you run cmd /S /C and just quote the whole command
without all the extra quotes?

James



reply via email to

[Prev in Thread] Current Thread [Next in Thread]