On 2016-01-25 8:18 AM, Francis Bevan wrote:
The system cannot find the path specified.
I'm guessing that this problem is triggered when the engine tries to run gregorio because it has a hard-coded path to gregorio.exe and you're copy of the file isn't in that location.
So, open a command prompt and execute `gregorio --version`. If you get the version statement, then gregorio.exe is in your PATH. Edit greg-book.bat to remove the path to gregorio.exe (i.e. everything before the final `\`).
If you don't get the version statement, then gregorio.exe is not in your PATH (this was the expected result in earlier versions). Find its location and then edit greg-book.bat to reflect that location.
✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝✝ Br. Samuel, OSB St. Anselm’s Abbey Washington, DC (R. Padraic Springuel) PAX ☧ ΧΡΙΣΤΟΣ _______________________________________________ Gregorio-users mailing list [email protected] https://mail.gna.org/listinfo/gregorio-users

