1 2 3 4 5
:: wrapper script to call musixtex.lua :: Usage: musixtex basename[.tex] @for /f "delims=" %%I in ('kpsewhich --format=texmfscripts %~n0.lua') do texlua "%%I" %* :end