Jan Nieuwenhuizen wrote:


I get:

     c:\Program Files\LilyPond\usr\bin>echo error: directory "C:\program 
files\lilypond"\usr\bin does not exist
     error: directory "C:\program files\lilypond"\usr\bin does not exist

     c:\Program Files\LilyPond\usr\bin>goto done

or, with changed quoting

    c:\Program Files\LilyPond\usr\bin>if not exist "C:\program 
files\lilypond\usr\bin\nul" goto nodir

    c:\Program Files\LilyPond\usr\bin>echo error: directory "C:\program 
files\lilypond"\usr\bin does not exist
    error: directory "C:\program files\lilypond"\usr\bin does not exist

    c:\Program Files\LilyPond\usr\bin>goto done

but still a succesful exit status.  The directory does exist.  I've
modified the script a bit to fit it in with the current nsis install
process.



I did expect it would somehow become part of the nsis install process, but I don't have any experience with that technology so I assumed that a "working" batch file would be a good start for you. Sorry that the Win ME version threw out errors on your system. It is definitely a pain that Microsoft didn't do better with compatibility between systems.

So, I'm not clear if the changed quoting worked for you, or if it still needs some fixing...

        -Russ





_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to